We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f20f1c commit 03186f1Copy full SHA for 03186f1
.github/workflows/basic_checks.yml
@@ -40,8 +40,8 @@ jobs:
40
| ( grep '.\(c\|cpp\|h\|hpp\|py\)$' || true ) \
41
| ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
42
| while read file; do cp --parents "${file}" SCANCODE; done
43
- ls SCANCODE
44
- scancode -l --json-pp scancode.json SCANCODE
+ ls rtos
+ scancode -l --json-pp scancode.json rtos
45
python ./tools/test/ci/scancode-evaluate.py scancode.json || true
46
cat scancode-evaluate.log
47
COUNT=$(cat scancode-evaluate.log | grep 'File:' | grep -v 'SPDX' | wc -l) || true
0 commit comments