Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Replace markdown linter (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jul 17, 2020
1 parent 81fb67c commit 5a28c77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: docker://github/super-linter:v2.1.0
uses: docker://github/super-linter
9 changes: 4 additions & 5 deletions .github/workflows/vuepress-build-check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v1.1.1
- name: Markdown Lint
uses: ruzickap/action-my-markdown-linter@v1
with:
files: .
config_file: .markdownlint.yml
ignore_files: CHANGELOG.md
exclude: |
CHANGELOG.md
markdown-spell-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5a28c77

Please sign in to comment.