Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Feb 4, 2025
1 parent d220a80 commit e57033c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ jobs:
run: npm install -g markdown-link-check

- name: Check links in README.md
run: markdown-link-check README.md --config .markdown-link-check.json
run: markdown-link-check README.md

- name: Check links in CONTRIBUTING.md
run: markdown-link-check CONTRIBUTING.md

check:
if: ${{ !github.event.pull_request.draft }}
Expand Down

0 comments on commit e57033c

Please sign in to comment.