1 name: Format Pull Request Files
8 bashPass: \033[32;1mPASSED -
9 bashInfo: \033[33;1mINFO -
10 bashFail: \033[31;1mFAILED -
15 name: Run Formatting Check
16 if: ${{ github.event.issue.pull_request &&
17 ( ( github.event.comment.body == '/bot run uncrustify' ) ||
18 ( github.event.comment.body == '/bot run formatting' ) ) }}
21 - name: Apply Formatting Fix
23 uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
25 exclude-dirs: portable