Skip to content

Commit 6c4849a

Browse files
committed
Allow skipping the check for https://misra.org.uk/misra-c since it now errors out every time due to captcha check
1 parent 83b8234 commit 6c4849a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- name: Clone This Repo
3131
uses: actions/checkout@v3
3232
- name: Link Verification
33-
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
33+
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@main
34+
with:
35+
exclude-urls: https://www.misra.org.uk/misra-c
3436

3537
verify-manifest:
3638
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)