Skip to content
name: package/chore
on:
# Post-submit.
push:
branches: [ main ]
# Pre-submit.
pull_request:
branches: [ main ]
paths:
- .github/workflows/package_chore.yaml
- packages/chore/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: dart-lang/[email protected]

Check failure on line 20 in .github/workflows/package_chore.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/package_chore.yaml

Invalid workflow file

You have an error in your yaml syntax on line 20
- run: dart pub get
- run: ./dev.sh setup --packages packages/chore
- run: ./dev.sh check --packages packages/chore
- run: ./dev.sh test --packages packages/chore
- run: ./dev.sh coverage --packages packages/chore
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: chore
file: packages/chore/coverage/lcov.info
fail_ci_if_error: true