@fastify/swagger-ui
Version:
Serve Swagger-ui for Fastify
27 lines (23 loc) • 390 B
YAML
name: CI
on:
push:
branches:
- main
- next
- 'v*'
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
e2e:
uses: ./.github/workflows/playwright.yml
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
needs: e2e
with:
license-check: true
lint: true