Skip to content

feature: copy cURL #228

feature: copy cURL

feature: copy cURL #228

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]