Skip to content

Commit 03186f1

Browse files
author
Qinghao Shi
committed
test
1 parent 1f20f1c commit 03186f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/basic_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
| ( grep '.\(c\|cpp\|h\|hpp\|py\)$' || true ) \
4141
| ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
4242
| while read file; do cp --parents "${file}" SCANCODE; done
43-
ls SCANCODE
44-
scancode -l --json-pp scancode.json SCANCODE
43+
ls rtos
44+
scancode -l --json-pp scancode.json rtos
4545
python ./tools/test/ci/scancode-evaluate.py scancode.json || true
4646
cat scancode-evaluate.log
4747
COUNT=$(cat scancode-evaluate.log | grep 'File:' | grep -v 'SPDX' | wc -l) || true

0 commit comments

Comments
 (0)