Skip to content

Bump ws from 7.5.6 to 7.5.10 in /examples/messaging #360

Bump ws from 7.5.6 to 7.5.10 in /examples/messaging

Bump ws from 7.5.6 to 7.5.10 in /examples/messaging #360

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