Aktueller Stand
This commit is contained in:
2
backend/node_modules/@fastify/swagger-ui/.github/dependabot.yml
generated
vendored
2
backend/node_modules/@fastify/swagger-ui/.github/dependabot.yml
generated
vendored
@@ -9,5 +9,5 @@ updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
open-pull-requests-limit: 10
|
||||
|
||||
14
backend/node_modules/@fastify/swagger-ui/.github/workflows/ci.yml
generated
vendored
14
backend/node_modules/@fastify/swagger-ui/.github/workflows/ci.yml
generated
vendored
@@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- next
|
||||
- 'v*'
|
||||
paths-ignore:
|
||||
@@ -15,12 +14,23 @@ on:
|
||||
- 'docs/**'
|
||||
- '*.md'
|
||||
|
||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||
concurrency:
|
||||
group: "${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
e2e:
|
||||
uses: ./.github/workflows/playwright.yml
|
||||
|
||||
test:
|
||||
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
|
||||
needs: e2e
|
||||
with:
|
||||
license-check: true
|
||||
|
||||
8
backend/node_modules/@fastify/swagger-ui/.github/workflows/package-manager-ci.yml
generated
vendored
8
backend/node_modules/@fastify/swagger-ui/.github/workflows/package-manager-ci.yml
generated
vendored
@@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- next
|
||||
- 'v*'
|
||||
paths-ignore:
|
||||
@@ -15,6 +14,11 @@ on:
|
||||
- 'docs/**'
|
||||
- '*.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v4.1.0
|
||||
permissions:
|
||||
contents: read
|
||||
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v5
|
||||
|
||||
10
backend/node_modules/@fastify/swagger-ui/.github/workflows/playwright.yml
generated
vendored
10
backend/node_modules/@fastify/swagger-ui/.github/workflows/playwright.yml
generated
vendored
@@ -4,6 +4,9 @@ on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -13,9 +16,12 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
check-latest: true
|
||||
node-version: lts/*
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
|
||||
Reference in New Issue
Block a user