File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - " **/*.md"
1010 - " mkdocs.yml"
1111 - " .pre-commit-config.yaml"
12+ - " skills-lock.json"
1213 pull_request :
1314 paths-ignore :
1415 - " docs/**"
1516 - " **/*.md"
1617 - " mkdocs.yml"
1718 - " .pre-commit-config.yaml"
19+ - " skills-lock.json"
1820concurrency :
1921 group : ${{ github.workflow }}-${{ github.ref }}
2022 cancel-in-progress : true
Original file line number Diff line number Diff line change 88 - " **/*.md"
99 - " mkdocs.yml"
1010 - " .pre-commit-config.yaml"
11+ - " skills-lock.json"
1112 pull_request :
1213 branches : ["main"]
1314 paths-ignore :
1415 - " docs/**"
1516 - " **/*.md"
1617 - " mkdocs.yml"
1718 - " .pre-commit-config.yaml"
19+ - " skills-lock.json"
1820jobs :
1921 analyze :
2022 name : Analyze (${{ matrix.language }})
Original file line number Diff line number Diff line change 99 - " **/*.md"
1010 - " mkdocs.yml"
1111 - " .pre-commit-config.yaml"
12+ - " skills-lock.json"
1213 pull_request :
1314 paths-ignore :
1415 - " docs/**"
1516 - " **/*.md"
1617 - " mkdocs.yml"
1718 - " .pre-commit-config.yaml"
19+ - " skills-lock.json"
1820concurrency :
1921 group : ${{ github.workflow }}-${{ github.ref }}
2022 cancel-in-progress : true
Original file line number Diff line number Diff line change 1212 - " .github/workflows/static-checks.yml"
1313 - " .pre-commit-config.yaml"
1414 - " hooks/**"
15+ - " skills-lock.json"
1516 pull_request :
1617 paths-ignore :
1718 - " docs/**"
2122 - " .github/workflows/static-checks.yml"
2223 - " .pre-commit-config.yaml"
2324 - " hooks/**"
25+ - " skills-lock.json"
2426 schedule :
2527 - cron : " 20 14 * * *"
2628concurrency :
Original file line number Diff line number Diff line change 77 - " **/*.md"
88 - " mkdocs.yml"
99 - " .pre-commit-config.yaml"
10+ - " skills-lock.json"
1011 pull_request :
1112 branches : ["**"]
1213 paths-ignore :
1314 - " docs/**"
1415 - " **/*.md"
1516 - " mkdocs.yml"
1617 - " .pre-commit-config.yaml"
18+ - " skills-lock.json"
1719permissions : {}
1820jobs :
1921 zizmor :
You can’t perform that action at this time.
0 commit comments