Skip to content

Commit

Permalink
Remove analyze from build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Oct 15, 2024
1 parent c8d5274 commit 0cb5c24
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ jobs:
# Get flutter dependencies.
- run: flutter pub get

# Statically analyze the Dart code for any errors.
- run: flutter analyze .

# Build APK (Android)
- run: flutter build apk
3 changes: 0 additions & 3 deletions .github/workflows/build-appbundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ jobs:
# Get flutter dependencies.
- run: flutter pub get

# Statically analyze the Dart code for any errors.
- run: flutter analyze .

# Build Appbundle (Android for publishing)
- run: flutter build appbundle
3 changes: 0 additions & 3 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,5 @@ jobs:
# Get flutter dependencies.
- run: flutter pub get

# Statically analyze the Dart code for any errors.
- run: flutter analyze .

# Build Linux
- run: flutter build linux
3 changes: 0 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ jobs:
# Get flutter dependencies.
- run: flutter pub get

# Statically analyze the Dart code for any errors.
- run: flutter analyze .

# Build EXE (Windows)
- run: flutter build windows

0 comments on commit 0cb5c24

Please sign in to comment.