Update formatter.yml
This commit is contained in:
parent
ed8a1bf0f3
commit
7ed34e056a
6
.github/workflows/formatter.yml
vendored
6
.github/workflows/formatter.yml
vendored
@ -5,9 +5,7 @@ jobs:
|
|||||||
name: clang-format Code Formatter
|
name: clang-format Code Formatter
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: git-safe
|
|
||||||
run: git config --global --add safe.directory /github/workspace
|
|
||||||
- name: Clang Code Formatter
|
- name: Clang Code Formatter
|
||||||
uses: ivanludvig/clang-format-action@v1.4
|
uses: antoinealb/clang-format-action@clang9
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${ { secrets.GITHUB_TOKEN } }
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user