Skip to content

Commit

Permalink
Fix formatting workflow in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jja08111 committed Nov 27, 2023
1 parent b1d5fe1 commit c8466be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies
run: flutter packages get
- name: Format
run: flutter format --set-exit-if-changed lib test
run: dart format -o none --set-exit-if-changed lib test
- name: Analyze
run: flutter analyze lib test
- name: Run tests
Expand Down

0 comments on commit c8466be

Please sign in to comment.