Skip to content

Commit

Permalink
added dart analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyfalcon committed Apr 9, 2024
1 parent 68e7dc3 commit 836e9a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:

- name: Lint
run: dart format --output=none --set-exit-if-changed .

- name: dart anaylze
run: dart analyze

- name: flutter analyze
run: flutter analyze

- name: Pub Upgrade
run: flutter pub upgrade
Expand Down

0 comments on commit 836e9a5

Please sign in to comment.