File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 paths :
66 - " README.md"
77 - " docs/BestPractices.md"
8+ - " .github/workflows/doctoc.yml"
89
910permissions :
1011 contents : read
1516 runs-on : ubuntu-latest
1617 steps :
1718 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
18- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
19+ - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
1920 with :
2021 node-version : ' lts/*'
2122 - name : Install doctoc
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
13- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
13+ - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
1414 with :
1515 node-version : ' lts/*'
1616 - run : npm i -g eclint
Original file line number Diff line number Diff line change 55 paths :
66 - " **/*.md"
77 - " markdown_link_check_config.json"
8+ - " .github/workflows/markdown-link-check.yml"
89
910permissions :
1011 contents : read
1415 runs-on : ubuntu-latest
1516 steps :
1617 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17- - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
18+ - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
1819 with :
1920 node-version : ' lts/*'
2021 - name : Install markdown-link-check
Original file line number Diff line number Diff line change 11baseuri https://nodejs.org/dist
2- default_variant bookworm
2+ default_variant trixie
33alpine_version 3.23
44debian_versions bookworm bullseye trixie
You can’t perform that action at this time.
0 commit comments