Skip to content

Commit 01c0bfd

Browse files
authored
Add more jsonschema pre-commit hooks (#625)
1 parent 813dd35 commit 01c0bfd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
github.repository == 'python/typing_extensions'
3636
|| github.event_name != 'schedule'
3737
steps:
38-
- run: true
38+
- run: "true"
3939

4040
pydantic:
4141
name: pydantic tests

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ repos:
2121
rev: 0.33.0
2222
hooks:
2323
- id: check-dependabot
24+
- id: check-github-workflows
25+
- id: check-readthedocs
2426
- repo: https://github.com/abravalheri/validate-pyproject
2527
rev: v0.24.1
2628
hooks:

0 commit comments

Comments
 (0)