mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Apply formatting bot fix (#806)
This commit is contained in:
parent
96d6190b61
commit
a695b671aa
4
.github/workflows/formatting.yml
vendored
4
.github/workflows/formatting.yml
vendored
|
@ -13,9 +13,9 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
Formatting:
|
Formatting:
|
||||||
name: Run Formatting Check
|
name: Run Formatting Check
|
||||||
if: ${{ github.event.issue.pull_request }} &&
|
if: ${{ github.event.issue.pull_request &&
|
||||||
( ( github.event.comment.body == '/bot run uncrustify' ) ||
|
( ( github.event.comment.body == '/bot run uncrustify' ) ||
|
||||||
( github.event.comment.body == '/bot run formatting' ) )
|
( github.event.comment.body == '/bot run formatting' ) ) }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Apply Formatting Fix
|
- name: Apply Formatting Fix
|
||||||
|
|
Loading…
Reference in a new issue