We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97e7c3 commit 16c480cCopy full SHA for 16c480c
src/check_jsonschema/catalog.py
@@ -89,7 +89,7 @@ def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
89
"hook_config": {
90
"name": "Validate GitHub Actions",
91
"files": [
92
- "action.(yml|yaml)",
+ r"action\.(yml|yaml)",
93
r"\.github/actions/(.+/)?action\.(yml|yaml)",
94
],
95
"types": "yaml",
0 commit comments