Skip to content

Commit

Permalink
Change markdown linter github action to a more updated one
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
  • Loading branch information
grouville committed Jun 14, 2021
1 parent dd9bd0a commit d8eaaf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/user/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit d8eaaf9

Please sign in to comment.