Skip to content

Commit

Permalink
add continue-on-error to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
oldsj committed Feb 3, 2023
1 parent d261a2a commit 862479e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
- name: run markdownlint-cli2
if: inputs.language == 'markdown'
continue-on-error: ${{ inputs.continue-on-error }}
uses: DavidAnson/markdownlint-cli2-action@v9
with:
command: config
Expand Down

0 comments on commit 862479e

Please sign in to comment.