Merge pull request #630 from grouville/fix_md_linter

Change markdown linter in Github action to a more up-to-date one
This commit is contained in:
Sam Alba 2021-06-14 11:17:25 +02:00 committed by GitHub
commit 14af49fd96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -102,6 +102,6 @@ The plan defines one or several `outputs`. They can show useful information at t
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).