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:
parent
dd9bd0a83c
commit
d8eaaf925a
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -41,10 +41,10 @@ jobs:
|
|||||||
make shellcheck cuelint check-buildkit-version docslint
|
make shellcheck cuelint check-buildkit-version docslint
|
||||||
|
|
||||||
- name: Markdown Lint
|
- name: Markdown Lint
|
||||||
uses: nosborn/github-action-markdown-cli@v1.1.1
|
uses: avto-dev/markdown-lint@v1
|
||||||
with:
|
with:
|
||||||
files: ./docs README.md
|
config: ".markdownlint.yaml"
|
||||||
config_file: ".markdownlint.yaml"
|
args: ./docs README.md
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
|
@ -102,6 +102,6 @@ The plan defines one or several `outputs`. They can show useful information at t
|
|||||||
dagger output list
|
dagger output list
|
||||||
```
|
```
|
||||||
|
|
||||||
## What's next
|
## What's next?
|
||||||
|
|
||||||
At this point, you have deployed your first application using dagger and learned some dagger commands. You are now ready to [learn more about how to program dagger](/programming).
|
At this point, you have deployed your first application using dagger and learned some dagger commands. You are now ready to [learn more about how to program dagger](/programming).
|
||||||
|
Reference in New Issue
Block a user