Skip to content

Commit

Permalink
Update flutter_code_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karvulf committed May 24, 2023
1 parent a8cf885 commit 1eb38a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_code_check.yml
Expand Up @@ -31,7 +31,7 @@ jobs:

# Uncomment this step to verify the use of 'flutter format' on each commit.
- name: Verify formatting
run: flutter format --output=none --set-exit-if-changed .
run: dart format --output=none --set-exit-if-changed .

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
Expand Down

0 comments on commit 1eb38a8

Please sign in to comment.