Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
escamoteur authored Nov 14, 2024
1 parent 4a9ba74 commit 3dfef83
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 3dfef83

Please sign in to comment.