Skip to content

Commit

Permalink
Update deprecated flutter format
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli committed May 12, 2023
1 parent dcdb609 commit 6beef13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: flutter config --no-analytics
- name: Flutter pub get
run: flutter pub get
- name: Check Flutter formatting
run: flutter format --line-length 80 --set-exit-if-changed .
- name: Check Dart formatting
run: dart format --line-length 80 --set-exit-if-changed .

analyze:
name: Dart analyze
Expand Down

0 comments on commit 6beef13

Please sign in to comment.