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+ - " hooks/**"
1213 - " skills-lock.json"
1314 pull_request :
1415 paths-ignore :
1516 - " docs/**"
1617 - " **/*.md"
1718 - " mkdocs.yml"
1819 - " .pre-commit-config.yaml"
20+ - " hooks/**"
1921 - " skills-lock.json"
2022concurrency :
2123 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 88 - " **/*.md"
99 - " mkdocs.yml"
1010 - " .pre-commit-config.yaml"
11+ - " hooks/**"
1112 - " skills-lock.json"
1213 pull_request :
1314 branches : ["main"]
1617 - " **/*.md"
1718 - " mkdocs.yml"
1819 - " .pre-commit-config.yaml"
20+ - " hooks/**"
1921 - " skills-lock.json"
2022jobs :
2123 analyze :
Original file line number Diff line number Diff line change 99 - " **/*.md"
1010 - " mkdocs.yml"
1111 - " .pre-commit-config.yaml"
12+ - " hooks/**"
1213 - " skills-lock.json"
1314 pull_request :
1415 paths-ignore :
1516 - " docs/**"
1617 - " **/*.md"
1718 - " mkdocs.yml"
1819 - " .pre-commit-config.yaml"
20+ - " hooks/**"
1921 - " skills-lock.json"
2022concurrency :
2123 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 77 - " **/*.md"
88 - " mkdocs.yml"
99 - " .pre-commit-config.yaml"
10+ - " hooks/**"
1011 - " skills-lock.json"
1112 pull_request :
1213 branches : ["**"]
1516 - " **/*.md"
1617 - " mkdocs.yml"
1718 - " .pre-commit-config.yaml"
19+ - " hooks/**"
1820 - " skills-lock.json"
1921permissions : {}
2022jobs :
You can’t perform that action at this time.
0 commit comments