We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a15e0a commit f290369Copy full SHA for f290369
.github/workflows/markdown-linter.yml
@@ -23,9 +23,12 @@ jobs:
23
name: Run Markdown linter
24
runs-on: ubuntu-latest
25
steps:
26
- - uses: actions/checkout@v4
27
- - uses: DavidAnson/markdownlint-cli2-action@v13
28
- with:
29
- config: .markdownlint.json
30
- globs: |
31
- *.md
+ - name: Check out copy of git repository.
+ uses: actions/checkout@v4
+
+ - name: Run Markdownlint on .md files.
+ uses: DavidAnson/markdownlint-cli2-action@v15
+ with:
32
+ config: .markdownlint.json
33
+ globs: |
34
+ *.md
.github/workflows/yaml-linter.yml
@@ -29,6 +29,6 @@ jobs:
uses: actions/checkout@v4
- name: Run YAMLlint
- uses: ibiqlik/action-yamllint@v3
+ uses: ibiqlik/action-yamllint@v3.1.1
with:
config_file: .yamllint.yml
0 commit comments