Skip to content

Bump werkzeug from 2.1.2 to 3.0.3 in /examples/install-webhooks/backend/python #343

Bump werkzeug from 2.1.2 to 3.0.3 in /examples/install-webhooks/backend/python

Bump werkzeug from 2.1.2 to 3.0.3 in /examples/install-webhooks/backend/python #343

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