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 03186f1 commit ac44866Copy full SHA for ac44866
.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 rtos
44
- scancode -l --json-pp scancode.json rtos
+ ls cmsis
+ scancode -l --json-pp scancode.json cmsis
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