Skip to content

Commit

Permalink
fix: Fix Flutter CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Nguyen committed Apr 20, 2024
1 parent 1f5e208 commit 1271bff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: stable
- name: Linting
run: flutter analyze
- name: Testing
Expand Down

0 comments on commit 1271bff

Please sign in to comment.