Skip to content

Bump @fastify/swagger-ui from 1.9.2 to 1.9.3 #391

Bump @fastify/swagger-ui from 1.9.2 to 1.9.3

Bump @fastify/swagger-ui from 1.9.2 to 1.9.3 #391

Workflow file for this run

---
name: linting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: linting
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
always-auth: false
node-version: 20.x
- name: Install
run: |
npm install --ignore-scripts
npx prisma generate
- name: Run lint
run: npm run lint