Skip to content

Improved loading split local OpenAPI files (#658) #601

Improved loading split local OpenAPI files (#658)

Improved loading split local OpenAPI files (#658) #601

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '20' ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint:ci