schema2typebox
Version:
Creates typebox code from JSON schemas
19 lines (15 loc) • 379 B
YAML
name: check formatting
on: [pull_request, workflow_dispatch]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install Dependencies
run: yarn --immutable
- name: Format
run: yarn format:check