Skip to content

Update our schemas unconditionally #2

Update our schemas unconditionally

Update our schemas unconditionally #2

Workflow file for this run

name: Validate
on:
pull_request:
branches:
- 'main'
jobs:
# Check
validate:
name: Validate
runs-on: ubuntu-latest
container: node:16
steps:
- uses: actions/checkout@v3
- run: cd deploy && npm install --save=false && node bin/lint.js