Skip to content

Commit

Permalink
Fix: flutter commands, skip analysing
Browse files Browse the repository at this point in the history
  • Loading branch information
Javid Momeni committed Aug 14, 2024
1 parent d0a860f commit bdb81a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
channel: 'stable'
- run: flutter pub get
# - run: flutter format --set-exit-if-changed .
- run: flutter analyze .
# - run: flutter analyze .
- run: flutter build apk --release
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit bdb81a0

Please sign in to comment.