We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 606321d + 48588ba commit 9235fa7Copy full SHA for 9235fa7
.github/workflows/markdownlint.yaml
@@ -9,7 +9,7 @@ jobs:
9
markdownlint:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
14
- name: Run mdl
15
uses: actionshub/markdownlint@main
.github/workflows/shellcheck.yaml
shellcheck:
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
.github/workflows/yamllint.yaml
yamllint:
- name: Run yamllint
uses: bewuethr/yamllint-action@v1
0 commit comments