Skip to content

chore: flutter format #147

chore: flutter format

chore: flutter format #147

Workflow file for this run

name: build
on:
push:
branches: [master]
paths-ignore:
- '**/README.md'
pull_request:
branches: [master, dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: flutter analyze
- run: flutter test --coverage
- name: Codecov
uses: codecov/[email protected]