Skip to content

fix(deps): update dependency @fastify/swagger to v9 #145

fix(deps): update dependency @fastify/swagger to v9

fix(deps): update dependency @fastify/swagger to v9 #145

Workflow file for this run

name: Commit Checks
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
Pull-Request-Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node 22.x
uses: actions/setup-node@v4
with:
node-version: '22.x'
- run: npm ci
- run: npm run test:cov --if-present
- run: npm run lint
- run: npm run pretty-check --if-present