Skip to content

docs: add workflow badge (#9) #3

docs: add workflow badge (#9)

docs: add workflow badge (#9) #3

Workflow file for this run

name: flutter-test
on:
push:
branches:
- main
jobs:
test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter test