Skip to content

Merge pull request #11 from utopia-dart/doc-update #69

Merge pull request #11 from utopia-dart/doc-update

Merge pull request #11 from utopia-dart/doc-update #69

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
analyze:
runs-on: ubuntu-latest
container:
image: dart:latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: dart pub get
- name: analyze
run: dart analyze