Skip to content

Commit

Permalink
Use MarkdownLint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 26, 2021
1 parent e185547 commit 2440659
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
uses: ludeeus/action-shellcheck@1.1.0
markdownlint:
name: MarkdownLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run MarkdownLint
uses: nosborn/github-action-markdown-cli@v2.0.0
with:
files: .
test:
name: Test and publish
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2440659

Please sign in to comment.