Skip to content

Commit

Permalink
added flutter analyze linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 19, 2023
1 parent c8227e4 commit 235be23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
with:
channel: stable
cache: true
- name: Get Flutter dependencies
run: flutter pub get
- name: Linter
run: flutter analyze
- name: Build Android App Bundle
env:
FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
Expand Down

0 comments on commit 235be23

Please sign in to comment.