Change markdown linter github action to a more updated one
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -41,10 +41,10 @@ jobs:
|
||||
make shellcheck cuelint check-buildkit-version docslint
|
||||
|
||||
- name: Markdown Lint
|
||||
uses: nosborn/github-action-markdown-cli@v1.1.1
|
||||
uses: avto-dev/markdown-lint@v1
|
||||
with:
|
||||
files: ./docs README.md
|
||||
config_file: ".markdownlint.yaml"
|
||||
config: ".markdownlint.yaml"
|
||||
args: ./docs README.md
|
||||
|
||||
test:
|
||||
name: Test
|
||||
|
Reference in New Issue
Block a user