Skip to content

Bump @types/swagger-ui-react from 4.18.1 to 4.18.2 #14

Bump @types/swagger-ui-react from 4.18.1 to 4.18.2

Bump @types/swagger-ui-react from 4.18.1 to 4.18.2 #14

Workflow file for this run

name: Lint
on:
workflow_dispatch: {}
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
NEXT_TELEMETRY_DISABLED: 1
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint