Skip to content

feat: upgrade @fastify/type-provider-typebox #278

feat: upgrade @fastify/type-provider-typebox

feat: upgrade @fastify/type-provider-typebox #278

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
env:
CI: true
- uses: codecov/codecov-action@v2