There was an error while loading. Please reload this page.
1 parent 677d16a commit 99c64e2Copy full SHA for 99c64e2
1 file changed
.github/workflows/check-pull-request-contents.yml
@@ -17,8 +17,8 @@ jobs:
17
with:
18
style: 'file' # Use .clang-format config file
19
20
- - name: Fail if clang-format reports any issues
21
- if: steps.linter.outputs.checks-failed > 0 }}
+ - name: Fail if clang reports any issues
+ if: ${{ steps.linter.outputs.checks-failed > 0 }}
22
run: |
23
echo "All user-visible changes must include an appropriate addition to the changelog"
24
exit 1
0 commit comments