Skip to content

fix: harden target blocklist validation #87

fix: harden target blocklist validation

fix: harden target blocklist validation #87

Workflow file for this run

name: check
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run check