fix: if serve: false and root is not defined, only allow sending files with absolute path #1057
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - next | |
| - 'v*' | |
| paths-ignore: | |
| - 'docs/**' | |
| - '*.md' | |
| pull_request: | |
| paths-ignore: | |
| - 'docs/**' | |
| - '*.md' | |
| permissions: | |
| contents: read | |
| jobs: | |
| test: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5 | |
| with: | |
| license-check: true | |
| lint: true |