Skip to content

skypackjs/package-check-action

Repository files navigation

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