Skip to content

Commit

Permalink
Fix project
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Nov 1, 2024
1 parent a00c47a commit 04f2895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: dart pub get

- name: Format
run: dart format --set-exit-if-changed -l 160 ./lib
run: dart format --set-exit-if-changed -l120 ./lib

unit-tests:
needs: [ format, analyze, fix ]
Expand Down

0 comments on commit 04f2895

Please sign in to comment.