Skip to content

Commit

Permalink
use recommended github-workflows checker (jupyter-server#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 15, 2022
1 parent d853f29 commit cf902ea
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ repos:
- id: eslint
stages: [manual]

- repo: https://github.com/sirosen/check-jsonschema
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.1
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows"
files: ^\.github/workflows/
types: [yaml]
args: ["--schemafile", "https://json.schemastore.org/github-workflow"]
stages: [manual]
- id: check-github-workflows

0 comments on commit cf902ea

Please sign in to comment.