Skip to content

Commit

Permalink
Apply formatting bot fix (FreeRTOS#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Oct 5, 2023
1 parent b539e7a commit 76e516c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76e516c

Please sign in to comment.