Skip to content

Commit

Permalink
#1 fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
susatthi committed May 2, 2022
1 parent 6cd6797 commit 5336260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: dart pub get
- name: Format code
run: format --set-exit-if-changed .
run: dart format --set-exit-if-changed .
- name: Static analyze project
run: dart analyze --fatal-infos --fatal-warnings .
- name: Run tests
Expand Down

0 comments on commit 5336260

Please sign in to comment.