Skip to content

Build(deps): Bump @fastify/swagger-ui from 2.1.0 to 3.0.0 #65

Build(deps): Bump @fastify/swagger-ui from 2.1.0 to 3.0.0

Build(deps): Bump @fastify/swagger-ui from 2.1.0 to 3.0.0 #65

Workflow file for this run

name: format-check
on: pull_request
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Check formatting
run: npm run format:check