Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Sep 12, 2024
1 parent 8828582 commit c4d9412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
- name: Format
run: dart format --set-exit-if-changed .
- name: Analyze
run: dart analyze --fatal-infos .
run: dart run custom_lint
run: |
dart analyze --fatal-infos .
dart run custom_lint
pana:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4d9412

Please sign in to comment.