Files
fatsify-schema/node_modules/json-schema-ref-resolver/.github/workflows/ci.yml
2025-09-22 16:00:32 +08:00

25 lines
378 B
YAML

name: CI
on:
push:
branches:
- main
- master
- next
- 'v*'
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
with:
license-check: true
lint: true
node-versions: '["18", "20", "22"]'