Skip to content

Commit

Permalink
cd: lint ignore warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Dec 11, 2023
1 parent e74d880 commit 11949b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Lint Dart files
run: |
flutter pub get
flutter analyze .
flutter analyze --no-fatal-infos --no-fatal-warnings
- name: Lint translations & config files
run: |
Expand Down

0 comments on commit 11949b3

Please sign in to comment.