File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 name : PR - Actionlint
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - run : |
1313 echo "::add-matcher::.github/actionlint-matcher.json"
1414 bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
@@ -19,14 +19,24 @@ jobs:
1919 runs-on : ubuntu-latest
2020 name : PR - Shellcheck
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : ludeeus/action-shellcheck@master
2424
25+ markdownlint :
26+ name : runner / markdownlint
27+ runs-on : ubuntu-latest
28+ steps :
29+ - uses : actions/checkout@v5
30+ - name : markdownlint
31+ 32+ with :
33+ github_token : ${{ secrets.GITHUB_TOKEN }}
34+ reporter : github-pr-review # Change reporter. (Only `github-pr-check` is supported at the moment).
2535 vale :
2636 name : runner / vale
2737 runs-on : ubuntu-latest
2838 steps :
29- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
3040 -
uses :
errata-ai/[email protected] 3141 with :
3242 files : all
You can’t perform that action at this time.
0 commit comments