Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
escamoteur committed Nov 14, 2024
2 parents d0720bd + 3dfef83 commit 3523939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Exits the workflow if any format is carried out.
# from docs: --set-exit-if-changed Return exit code 1 if there are any formatting changes.
- name: Check format
run: flutter format --set-exit-if-changed .
run: dart format --set-exit-if-changed .

# Carry out an flutter analysis
# - name: Analyze
Expand Down

0 comments on commit 3523939

Please sign in to comment.