Skip to content

build(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 #211

build(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0

build(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 #211

Workflow file for this run

name: Pull Request CI
on:
pull_request:
jobs:
lint:
uses: ./.github/workflows/lint.yml
tests:
needs: [ lint ]
uses: ./.github/workflows/tests.yml
build:
needs: [ tests ]
uses: ./.github/workflows/build.yml
sdk-tests:
needs: [ build ]
uses: ./.github/workflows/sdk-tests.yml