Skip to content

Commit

Permalink
Update DavidAnson/markdownlint-cli2-action to v10 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus authored Apr 26, 2023
1 parent 5db5a27 commit 717c741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion standardfiles/ide/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Run Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v9
uses: DavidAnson/markdownlint-cli2-action@v10
with:
globs: "**/*.md"
4 changes: 2 additions & 2 deletions standardfiles/terraform/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Run Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v9
uses: DavidAnson/markdownlint-cli2-action@v10
with:
globs: "**/*.md"
json:
Expand All @@ -32,4 +32,4 @@ jobs:
uses: actions/checkout@v3
- name: Run JSON Lint
run: |
git ls-files *.json | xargs jq empty
git ls-files *.json | xargs jq empty

0 comments on commit 717c741

Please sign in to comment.