Lines Matching +full:zephyrproject +full:- +full:rtos
7 permissions: read-all
11 runs-on: ubuntu-22.04
13 - name: Checkout Code
16 - name: Download Checkpatch Files from Zephyr RTOS
19 …wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/checkpatch.pl -O ./checkpatch.pl
21 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/.checkpatch.conf -O ./.checkpatch.conf
22 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/spelling.txt -O ./spelling.txt
23 echo "--ignore PREFER_ALIGNED" >> ./.checkpatch.conf
24 echo "--ignore NEW_TYPEDEFS" >> ./.checkpatch.conf
25 echo "--ignore PREFER_PACKED" >> ./.checkpatch.conf
26 echo "--ignore CONSTANT_COMPARISON" >> ./.checkpatch.conf
27 echo "--ignore FUNCTION_ARGUMENTS" >> ./.checkpatch.conf
29 - name: Set Git Base
33 echo "checkpatch base is: $(git show FETCH_HEAD --oneline --raw)"
35 - name: Run Checkpath
38 git diff --patch FETCH_HEAD | ./checkpatch.pl --no-tree --codespellfile ./spelling.txt -