Skip to content

Commit

Permalink
Updating the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
caduandrade committed Jul 14, 2023
1 parent 20a348e commit 3c5d7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: flutter pub get

- name: Verify formatting
run: flutter format --output=none --set-exit-if-changed .
run: dart format --output=none --set-exit-if-changed .

0 comments on commit 3c5d7f0

Please sign in to comment.