Skip to content

chore(deps): update actions/checkout action to v4 (#56) #158

chore(deps): update actions/checkout action to v4 (#56)

chore(deps): update actions/checkout action to v4 (#56) #158

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@v4
- 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]