Skip to content

Commit

Permalink
debugging language issue
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 28, 2023
1 parent 38a8422 commit d5c771f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-python@v3
- uses: jidicula/clang-format-action@ji/issue-40
- uses: jidicula/[email protected]
with:
clang-format-version: '13'
fallback-style: 'Google' # optional
- uses: EndBug/[email protected]
# Only need to try and commit if the action failed
if: failure()
Expand Down

0 comments on commit d5c771f

Please sign in to comment.