Skip to content

chore(deps): Bump gitpython from 3.1.43 to 3.1.47 in /experimenter (#… #985

chore(deps): Bump gitpython from 3.1.43 to 3.1.47 in /experimenter (#…

chore(deps): Bump gitpython from 3.1.43 to 3.1.47 in /experimenter (#… #985

Workflow file for this run

name: Schema Tests
on:
push:
branches:
- main
pull_request:
merge_group:
types: [checks_requested]
jobs:
check:
name: "Check Schemas"
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: ./.github/actions/check-changed-paths
id: check-paths
with:
paths: "schemas/"
- uses: ./.github/actions/setup-cached-build
if: steps.check-paths.outputs.should-run == 'true'
- name: Run schemas tests and linting
if: steps.check-paths.outputs.should-run == 'true'
run: make schemas_check