mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-08 15:17:50 -04:00
Fix link verification check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
557798f645
commit
8b76c498f5
2 changed files with 5 additions and 0 deletions
3
.github/allowed_urls.txt
vendored
Normal file
3
.github/allowed_urls.txt
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
https://www.renesas.com/us/en/document/mah/rh850f1k-group-users-manual-hardware?r=1170166
|
||||
https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rh850-automotive-mcus
|
||||
https://www.renesas.com/us/en/software-tool/c-compiler-package-rh850-family#downloads
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -33,6 +33,8 @@ jobs:
|
|||
uses: actions/checkout@v4.1.1
|
||||
- name: Link Verification
|
||||
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@main
|
||||
with:
|
||||
allowlist-file: '.github/allowed_urls.txt'
|
||||
|
||||
verify-manifest:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue