File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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,
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,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments