Skip to content

Commit aab56ac

Browse files
committed
Further kiro fixes
1 parent 8e447c8 commit aab56ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run-spelling-check: true,
3030
run-complexity: false,
3131
run-doxygen: false,
32-
allowlist-file: link-verifier/repoAllowlistUrls/freertos-kernel-allowlist.txt,
32+
allowlist-file: repoAllowlistUrls/freertos-kernel-allowlist.txt,
3333
},
3434
{
3535
repository: FreeRTOS-Plus-TCP,
@@ -40,7 +40,7 @@ jobs:
4040
run-complexity: false,
4141
run-doxygen: false,
4242
exclude-dirs: 'source/portable/NetworkInterface/STM32',
43-
allowlist-file: link-verifier/repoAllowlistUrls/freertos-plus-tcp-allowlist.txt,
43+
allowlist-file: repoAllowlistUrls/freertos-plus-tcp-allowlist.txt,
4444
},
4545
{
4646
repository: FreeRTOS,

link-verifier/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
echo "https://www.misra.org.uk" >> allowList.txt
9393
9494
if [ -n "${{ inputs.allowlist-file }}" ]; then
95-
cat ${{ inputs.allowlist-file }} >> allowList.txt
95+
cat $GITHUB_ACTION_PATH/${{ inputs.allowlist-file }} >> allowList.txt
9696
fi
9797
9898
if [[ "${{ inputs.exclude-urls }}" != "" ]]; then

0 commit comments

Comments
 (0)