Skip to content

Add validation and rule statistics #1

Add validation and rule statistics

Add validation and rule statistics #1

Workflow file for this run

name: Validate
on:
push:
paths:
- "Clash/**"
- "scripts/**"
- "package.json"
- ".github/workflows/**"
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm run check