Skip to content

Commit

Permalink
hotfix: update the doctor yaml to remove depracted commands
Browse files Browse the repository at this point in the history
  • Loading branch information
theiskaa committed Feb 22, 2023
1 parent cbe0dce commit 6e0496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# Consider passing '--output=none' to 'format' for no standard output.
- name: Verify formatting
run: flutter format --set-exit-if-changed .
run: dart format --set-exit-if-changed .

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Statically analyze the Dart code for any errors
Expand Down

0 comments on commit 6e0496b

Please sign in to comment.