Skip to content

Set link-checker not to fail on 406 code #20

Set link-checker not to fail on 406 code

Set link-checker not to fail on 406 code #20

Workflow file for this run

name: Markdown lint
on:
push:
paths:
- '**.md'
pull_request:
paths:
- '**.md'
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run markdown lint
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: README.md
config_file: .markdownlint.json