Integrate Skypack's Quality Score check into your CI
name: Skypack Package Score
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
packageScore:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gr2m/skypack-quality-score-action@v1
# optional: set custom directory path to run the check in
with:
cwd: packages/my-package
To see additional debug logs, create a secret with the name: ACTIONS_STEP_DEBUG
and value true
.
See CONTRIBUTING.md