We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e029511 commit dcdfffbCopy full SHA for dcdfffb
.github/workflows/formatting.yml
@@ -13,9 +13,9 @@ env:
13
jobs:
14
Formatting:
15
name: Run Formatting Check
16
- if: ${{ github.event.issue.pull_request }} &&
+ if: ${{ github.event.issue.pull_request &&
17
( ( github.event.comment.body == '/bot run uncrustify' ) ||
18
- ( github.event.comment.body == '/bot run formatting' ) )
+ ( github.event.comment.body == '/bot run formatting' ) ) }}
19
runs-on: ubuntu-20.04
20
steps:
21
- name: Apply Formatting Fix
0 commit comments