Skip to content

Commit dcdfffb

Browse files
authored
Apply formatting bot fix (#49)
1 parent e029511 commit dcdfffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/formatting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ env:
1313
jobs:
1414
Formatting:
1515
name: Run Formatting Check
16-
if: ${{ github.event.issue.pull_request }} &&
16+
if: ${{ github.event.issue.pull_request &&
1717
( ( github.event.comment.body == '/bot run uncrustify' ) ||
18-
( github.event.comment.body == '/bot run formatting' ) )
18+
( github.event.comment.body == '/bot run formatting' ) ) }}
1919
runs-on: ubuntu-20.04
2020
steps:
2121
- name: Apply Formatting Fix

0 commit comments

Comments
 (0)