Skip to content

Adds test for APIs related to security plugin and updates spec to add new APIs. #854

Adds test for APIs related to security plugin and updates spec to add new APIs.

Adds test for APIs related to security plugin and updates spec to add new APIs. #854

Workflow file for this run

name: Check Links
on: [pull_request,push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --base . --verbose --no-progress './**/*.yaml' './**/*.yml' './**/*.md' './**/*.json' './**/*.ts' --exclude-path ./package-lock.json