Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
23
node_modules/fast-uri/.github/workflows/ci.yml
generated
vendored
Normal file
23
node_modules/fast-uri/.github/workflows/ci.yml
generated
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
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.0.0
|
||||
with:
|
||||
license-check: true
|
||||
node-versions: '["16", "18", "20", "22"]'
|
Loading…
Add table
Add a link
Reference in a new issue