Skip to content

Commit

Permalink
ci: compliance: skip KconfigBasic
Browse files Browse the repository at this point in the history
It depends on links to other repos and errors are unavoidable.

Signed-off-by: Thomas Stilwell <[email protected]>
  • Loading branch information
thst-nordic committed Aug 26, 2024
1 parent 1258f3c commit 4ba7d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# debug
ls -la
git log --pretty=oneline | head -n 10
$ZEPHYR_BASE/scripts/ci/check_compliance.py -m Codeowners -m Devicetree -m Gitlint -m Identity -m Nits -m pylint -m checkpatch -m KconfigBasic -c origin/${BASE_REF}..
$ZEPHYR_BASE/scripts/ci/check_compliance.py -m Codeowners -m Devicetree -m Gitlint -m Identity -m Nits -m pylint -m checkpatch -c origin/${BASE_REF}..
- name: Upload Results
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 4ba7d99

Please sign in to comment.