Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak authored Apr 26, 2021
1 parent 3873100 commit edc61ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: subosito/flutter-action@v1
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- run: flutter analyze .
- name: Analyze project source
run: flutter analyze
working-directory: ./lib
- name: Build example
run: flutter build web
working-directory: example
Expand Down

0 comments on commit edc61ba

Please sign in to comment.