Skip to content

Bump ts-json-schema-generator from 1.5.0 to 2.1.1 #54

Bump ts-json-schema-generator from 1.5.0 to 2.1.1

Bump ts-json-schema-generator from 1.5.0 to 2.1.1 #54

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main, '[0-9]+-[0-9]+-*']
workflow_dispatch:
workflow_call:
inputs:
ref:
description: 'Checkout a different git ref instead of the SHA from the GitHub event.'
required: false
type: string
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
check-latest: true
- name: Install dependencies
run: yarn install
- name: Build
run: |
yarn build
yarn validate