Skip to content

build(deps): update dependency ajv-cli to v5 #470

build(deps): update dependency ajv-cli to v5

build(deps): update dependency ajv-cli to v5 #470

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- '!*'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn format-check
- run: curl -sSL https://json.schemastore.org/prettierrc > schema.json
- run: yarn validate