File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090worktree
9191yaml
9292yml
93+ EDITMSG
9394keyid
Original file line number Diff line number Diff line change 2727 - main
2828 paths :
2929 - " .github/workflows/docs.yml"
30- - " requirements-docs.txt "
31- - " mkdocs.yml"
30+ - " pyproject.toml "
31+ - " uv.lock " - " mkdocs.yml"
3232 - " main.py"
3333 - " hooks.py"
3434 - " docs/**"
Original file line number Diff line number Diff line change 1919 branches :
2020 - main
2121 - ' release/**'
22+ paths :
23+ - " .github/workflows/linter.yaml"
24+ - " .github/workflows/schema-validation.yml"
25+ - " .github/linters/**"
26+ - " .pre-commit-config.yaml"
27+ - " pyproject.toml"
28+ - " package.json"
29+ - " package-lock.json"
30+ - " biome.json"
31+ - " scripts/**"
32+ - " source/**"
33+ - " docs/**"
34+ - " *.py"
2235
2336permissions :
2437 contents : read # Required to checkout the code
5871 VALIDATE_PYTHON_PYLINT : false
5972 VALIDATE_CHECKOV : false
6073 VALIDATE_GITLEAKS : false
74+ VALIDATE_TRIVY : false
6175 VALIDATE_NATURAL_LANGUAGE : false
6276 VALIDATE_MARKDOWN_PRETTIER : false
6377 VALIDATE_JAVASCRIPT_PRETTIER : false
You can’t perform that action at this time.
0 commit comments