Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofstica-Muhammad-Aun committed Aug 17, 2024
1 parent 2350049 commit d4e0cdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Change to app directory
run: cd app

- name: Get dependencies
run: flutter pub get

- name: Run Flutter Analyzer
run: |
flutter analyze > analysis_result.txt
Expand Down

0 comments on commit d4e0cdb

Please sign in to comment.