Skip to content

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

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. #403

Workflow file for this run

name: Lint
on:
push:
branches: ['**']
paths:
- '**/*.ts'
- '**/*.yaml'
pull_request:
branches: ['**']
paths:
- '**/*.ts'
- '**/*.yaml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint