Skip to content

chore(deps): bump @fastify/type-provider-typebox from 2.4.0 to 3.1.0 #22

chore(deps): bump @fastify/type-provider-typebox from 2.4.0 to 3.1.0

chore(deps): bump @fastify/type-provider-typebox from 2.4.0 to 3.1.0 #22

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
lint:
if: "!contains(github.event.pull_request.title, 'WIP!')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install Dependencies
run: npm ci
- name: Run Eslint
run: npm run lint