Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 859 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 859 Bytes

Skypack Quality Score Action

Integrate Skypack's Quality Score check into your CI

Build Status

Usage

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

Debugging

To see additional debug logs, create a secret with the name: ACTIONS_STEP_DEBUG and value true.

Contributing

See CONTRIBUTING.md

License

ISC