Skip to content

Prepare to publish oath 0.2.2. (#13) #60

Prepare to publish oath 0.2.2. (#13)

Prepare to publish oath 0.2.2. (#13) #60

Workflow file for this run

name: package/lore
on:
# Post-submit.
push:
branches: [ main ]
# Pre-submit.
pull_request:
branches: [ main ]
paths:
- .github/workflows/package_lore.yaml
- packages/lore/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: dart-lang/[email protected]
- run: dart pub get
working-directory: packages/lore
- run: ./dev.sh check --packages packages/lore
- run: ./dev.sh test --packages packages/lore
- run: ./dev.sh coverage --packages packages/lore
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: lore
file: packages/lore/coverage/lcov.info
fail_ci_if_error: true