Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela authored Jul 26, 2023
1 parent 707cc4a commit 4329acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: flutter pub get && flutter analyze .

- name: "Format"
run: flutter format lib/** --set-exit-if-changed
run: dart format lib/** --set-exit-if-changed

- name: "Run tests"
run: flutter test -r expanded

0 comments on commit 4329acf

Please sign in to comment.