Lines Matching +full:util +full:- +full:linux
9 spell-check:
10 runs-on: ubuntu-latest
12 - name: Checkout Parent Repo
16 repository: aws/aws-iot-device-sdk-embedded-C
18 - name: Clone This Repo
22 - name: Install spell
24 sudo apt-get install spell
25 sudo apt-get install util-linux
26 - name: Check spelling
30 …sed -i 's/find $DIRNAME/find $DIRNAME -not -path '*portable*'/g' main/tools/spell/find-unknown-com…
31 find-unknown-comment-words --directory kernel/ --lexicon ./kernel/.github/lexicon.txt
38 runs-on: ubuntu-20.04
40 - uses: actions/checkout@v2
41 - name: Install Uncrustify
42 run: sudo apt-get install uncrustify=0.69.0+dfsg1-1build1
43 - name: Run Uncrustify
45 uncrustify --version
46 …rtable/MemMang/* portable/Common/* \( -name portable \) -prune -false -o -iname "*.[hc]" -exec unc…
47 - name: Check For Trailing Whitespace
50 grep --exclude="*.md" --exclude-dir=".git" -rnI -e "[[:blank:]]$" .
58 - name: Check for CRLF
59 working-directory: ${{ inputs.path }}
62 find . -path ./.git -prune -o -exec file {} + | grep "CRLF"
71 url-check:
72 runs-on: ubuntu-latest
74 - name: Clone This Repo
78 - name: URL Checker