Merge pull request #132 from zjs81/add-test-action

add flutter test to actions
This commit is contained in:
Ded 2026-02-07 08:33:16 -08:00 committed by GitHub
commit 91b1696bc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: Flutter and Dart Analysis
name: Flutter and Dart
on:
pull_request:
@ -7,7 +7,7 @@ on:
- main
jobs:
analyze_and_format:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -26,3 +26,6 @@ jobs:
- name: Verify formatting
run: dart format --output=none --set-exit-if-changed .
- name: Run tests
run: flutter test -r github