Skip to content

Commit e8e5845

Browse files
authored
Merge pull request boutproject#3086 from boutproject/fix-clang-format
CI: Fix clang format
2 parents 679058c + af72bd8 commit e8e5845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Run clang-format
2424
id: format
25-
run: git clang-format origin/${{ github.base_ref }}
25+
run: git clang-format origin/${{ github.base_ref }} || :
2626

2727
- name: Commit to the PR branch
2828
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)