Create formatter.yml
This commit is contained in:
parent
0ca7d75896
commit
5cb79e5975
11
.github/formatter.yml
vendored
Normal file
11
.github/formatter.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
on: push
|
||||
name: clang-format Code Formatter
|
||||
jobs:
|
||||
lint:
|
||||
name: clang-format Code Formatter
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clang Code Formatter
|
||||
uses: ivanludvig/clang-format-action@v1.4
|
||||
env:
|
||||
GITHUB_TOKEN: ${ { secrets.GITHUB_TOKEN } }
|
||||
Loading…
x
Reference in New Issue
Block a user