Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoren Ptak <ptaksoren@gmail.com>2023-09-27 22:03:41 +0300
committerGitHub <noreply@github.com>2023-09-27 22:03:41 +0300
commita695b671aa88a9e61905400f1f28b470d7d306bf (patch)
treec7623ce959f55b132a62397f1522e2226004e342 /.github
parent96d6190b61b4835cc36896668807f7b0d27f2745 (diff)
Apply formatting bot fix (#806)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/formatting.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml
index 8257addac..04786bad5 100644
--- a/.github/workflows/formatting.yml
+++ b/.github/workflows/formatting.yml
@@ -13,9 +13,9 @@ env:
jobs:
Formatting:
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 formatting' ) )
+ ( github.event.comment.body == '/bot run formatting' ) ) }}
runs-on: ubuntu-20.04
steps:
- name: Apply Formatting Fix