Skip to content

Commit

Permalink
Fix format test
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3rndt committed Mar 13, 2024
1 parent d42ae63 commit e8b19e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- run: dart pub get

- name: Format
run: dart format --set-exit-if-changed --dry-run .
run: dart format --set-exit-if-changed .

analyze:
name: Analyze
Expand Down

0 comments on commit e8b19e1

Please sign in to comment.