Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
ci: removed directives_ordering fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Nov 23, 2023
1 parent 9e4aba0 commit 49dd606
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/very_good_dart_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ jobs:
run: dart pub get --directory output/test_cli

- name: ✨ Check Formatting
# TODO(alestiago): Remove `--code=directives_ordering` fix once the post_hook handles it.
run: |
dart fix output/ --apply --code=directives_ordering
dart format --set-exit-if-changed output/test_cli
run: dart format --set-exit-if-changed output/test_cli

- name: 🕵️ Analyze
run: dart analyze --fatal-infos --fatal-warnings output/test_cli
Expand Down

0 comments on commit 49dd606

Please sign in to comment.