v1.0 with SW PWA enabled
This commit is contained in:
24
frontend/node_modules/fast-uri/.github/workflows/package-manager-ci.yml
generated
vendored
Normal file
24
frontend/node_modules/fast-uri/.github/workflows/package-manager-ci.yml
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
name: package-manager-ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
- 'v*'
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '*.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '*.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
permissions:
|
||||
contents: read
|
||||
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v5
|
||||
Reference in New Issue
Block a user