Skip to content

Commit

Permalink
Merge pull request #1 from VeryGoodOpenSource/main
Browse files Browse the repository at this point in the history
feat: replace flutter format with dart format (VeryGoodOpenSource#95)
  • Loading branch information
Orkunnnn authored Jan 26, 2023
2 parents 2dc28c3 + d23279e commit e30d6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: ${{inputs.setup}}

- name: ✨ Check Formatting
run: flutter format --set-exit-if-changed lib test
run: dart format --set-exit-if-changed lib test

- name: 🕵️ Analyze
run: flutter analyze lib test
Expand Down

0 comments on commit e30d6a6

Please sign in to comment.