Skip to content

feat: add fail on severity threshold #56

feat: add fail on severity threshold

feat: add fail on severity threshold #56

Workflow file for this run

name: check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run format:check
- run: npm run build
- run: npm run package
env:
# Set version to correctly render manifests
RELEASE_VERSION: 1.0.0