Merge pull request #82 from kdeldycke/dependabot/github_actions/avto-dev/markdown-lint-v1.5.0

Bump avto-dev/markdown-lint from v1.4.0 to v1.5.0
This commit is contained in:
Kevin Deldycke
2021-01-26 14:16:37 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
pandoc ./readme.md --from=gfm --to=gfm --output=./readme.md
--columns=79 --wrap=none --tab-stop=2
- name: Auto-fix Markdown
uses: avto-dev/markdown-lint@v1.4.0
uses: avto-dev/markdown-lint@v1.5.0
# Non-fixable markdown issues will return non-zero error code. Allow
# that step to fail so we can proceed with creating the auto-fix PR
# below.

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.4
- uses: avto-dev/markdown-lint@v1.4.0
- uses: avto-dev/markdown-lint@v1.5.0
with:
config: '.github/markdown-lint.yaml'
args: './**/*.md'