Skip to content

Merge branch 'main' into add_sandbox_install_compatible #369

Merge branch 'main' into add_sandbox_install_compatible

Merge branch 'main' into add_sandbox_install_compatible #369

Workflow file for this run

name: Test JSON schema
on:
push:
pull_request_target:
types: [labeled]
jobs:
test-schema:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'safe-to-test')
steps:
- uses: actions/checkout@v3
- name: Test schema
run: |
yarn install --frozen-lockfile
yarn types
yarn lint
yarn test
working-directory: ./schema