Skip to content

Commit

Permalink
Merge branch 'main' into updatechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
BrawlerXull authored Aug 27, 2024
2 parents e13ff3d + 31e1904 commit 67142dd
Show file tree
Hide file tree
Showing 59 changed files with 4,726 additions and 261 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ jobs:
# Step 5: Analyze the code using flutter analyze
- run: flutter analyze

# Step 6: Format the code using flutter format
# - run: flutter format -n --set-exit-if-changed .
# Step 6: Format the code using flutter format (uncomment if needed)
# - run: flutter format -n --set-exit-if-changed .

# Step 7: Run tests using flutter test
# - run: flutter test

- run: flutter test

# Step 8: Build APK using flutter build apk
- run: flutter build apk
Expand Down
Loading

0 comments on commit 67142dd

Please sign in to comment.