Files
fatsify-schema/node_modules/@fastify/mongodb/.github/workflows/ci.yml
2025-09-22 16:00:32 +08:00

24 lines
342 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-mongo.yml@v5
with:
lint: true
license-check: true