Skip to content

Merge pull request #1 from n4sust1m/1 #3

Merge pull request #1 from n4sust1m/1

Merge pull request #1 from n4sust1m/1 #3

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
flutter-version: 2.10.3
- run: flutter pub get
- run: flutter analyze
- run: flutter test