Skip to content

Commit

Permalink
Fix clang-format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Dec 5, 2023
1 parent e8c3ae2 commit ee8bf3f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
env:
RED4EXT_COMMIT_BEFORE: ${{ github.event.pull_request.base.sha || github.event.before }}
RED4EXT_COMMIT_AFTER: ${{ github.sha }}
run: >-
git
-c core.autocrlf=false
-c core.eol=lf
-c color.ui=always
clang-format
--style file
--diff $env:RED4EXT_COMMIT_BEFORE $env:RED4EXT_COMMIT_AFTER
run: |
git `
-c core.autocrlf=false `
-c core.eol=lf `
-c color.ui=always `
clang-format `
--style file `
--diff $env:RED4EXT_COMMIT_BEFORE $env:RED4EXT_COMMIT_AFTER `

0 comments on commit ee8bf3f

Please sign in to comment.