Skip to content

Commit

Permalink
Remove pana warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox32 committed Feb 11, 2022
1 parent b7f4f19 commit 29ee79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: ${{ matrix.package }}
if: always() && steps.install.outcome == 'success'
- name: Analyze with pana
run: dart pub global activate pana && pana .
run: dart pub global activate pana && pana --no-warning .
working-directory: ${{ matrix.package }}
if: always() && steps.install.outcome == 'success'

Expand Down

0 comments on commit 29ee79d

Please sign in to comment.