Skip to content

Commit

Permalink
fix format pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianBissekkou committed Jan 16, 2024
1 parent ead32f4 commit 7639f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Get all dependencies
run: flutter pub get
- name: Check formatting
run: find . -name "*.dart" ! -name "*.g.dart" ! -name "*.freezed.dart" ! -path '*/generated/*' ! -path '*/gen/*' | xargs flutter format -n --set-exit-if-changed
run: find . -name "*.dart" ! -name "*.g.dart" ! -name "*.freezed.dart" ! -path '*/generated/*' ! -path '*/gen/*' | xargs dart format -n --set-exit-if-changed
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:tapped_lints/flutter.yaml
include: package:tapped_lints/flutter-3.10.yaml

0 comments on commit 7639f0c

Please sign in to comment.