Skip to content

Commit 67142dd

Browse files
authored
Merge branch 'main' into updatechecker
2 parents e13ff3d + 31e1904 commit 67142dd

File tree

59 files changed

+4726
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+4726
-261
lines changed

.github/workflows/flutterci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ jobs:
3434
# Step 5: Analyze the code using flutter analyze
3535
- run: flutter analyze
3636

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

4040
# Step 7: Run tests using flutter test
41-
# - run: flutter test
42-
41+
- run: flutter test
4342

4443
# Step 8: Build APK using flutter build apk
4544
- run: flutter build apk

0 commit comments

Comments
 (0)