Searched full:uncrustify (Results 1 – 5 of 5) sorted by relevance
1 name: Uncrustify the source code8 Uncrustify:10 if: ${{ github.event.issue.pull_request && github.event.comment.body == '/bot run uncrustify' }}42 - name: Install Uncrustify44 : # Install Uncrustify45 echo "::group::Install Uncrustify"46 sudo apt-get update && sudo apt-get --assume-yes install uncrustify48 - name: Run Uncrustify50 : # Uncrustify on C files while ignoring symlinks.51 : # Make a collapsible section in the log to run uncrustify[all …]
152 - name: Install Uncrustify153 run: sudo apt-get install uncrustify164 uncrustify -c tools/uncrustify.complexity.cfg -f ${SOURCE_FILE} > ${TARGET_FILE}
1 # Uncrustify-0.67
100 …- This directory contains the tools and related files (CMock/uncrustify) required to run tests/che…