Skip to content

Commit 99c64e2

Browse files
committed
Fix github workflow syntax error
1 parent 677d16a commit 99c64e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-pull-request-contents.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
style: 'file' # Use .clang-format config file
1919

20-
- name: Fail if clang-format reports any issues
21-
if: steps.linter.outputs.checks-failed > 0 }}
20+
- name: Fail if clang reports any issues
21+
if: ${{ steps.linter.outputs.checks-failed > 0 }}
2222
run: |
2323
echo "All user-visible changes must include an appropriate addition to the changelog"
2424
exit 1

0 commit comments

Comments
 (0)