Skip to content

Bump actions/checkout from 5 to 6 (#57) #351

Bump actions/checkout from 5 to 6 (#57)

Bump actions/checkout from 5 to 6 (#57) #351

Workflow file for this run

name: CI action schema
on:
push: {}
pull_request:
branches: [master]
jobs:
validate-schema:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install pkg
run: pip install "check-jsonschema>=0.10"
- name: GH Workflows
run: check-jsonschema .github/workflows/*.yml --builtin-schema "github-workflows"