Skip to content

Commit

Permalink
chore(ci): utilize invertase/github-action-dart-analyzer for code ana…
Browse files Browse the repository at this point in the history
…lysis
  • Loading branch information
JagandeepBrar committed Feb 11, 2022
1 parent b7fc3c0 commit 8751e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
flutter pub get
- name: Analyze
uses: zgosalvez/github-actions-analyze-dart@v1
uses: invertase/github-action-dart-analyzer@v1
with:
fail-on-warnings: true
fatal-infos: false
fatal-warnings: true
Empty file.

0 comments on commit 8751e69

Please sign in to comment.