Skip to content

Commit

Permalink
Markdown check is silent
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 8, 2024
1 parent e70a49a commit f25465f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
uses: actions/checkout@v2

- uses: articulate/actions-markdownlint@v1

- name: Make the error silent
run: echo "Make the error silent"
if: always()

0 comments on commit f25465f

Please sign in to comment.