mirror of https://github.com/zeldaret/tmc.git
Create linting workflow
This commit is contained in:
parent
ab3e488126
commit
fd2a50eee4
|
@ -0,0 +1,11 @@
|
||||||
|
name: lint_pr
|
||||||
|
on: pull_request
|
||||||
|
jobs:
|
||||||
|
clang-format:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: DoozyX/clang-format-lint-action@v0.8
|
||||||
|
with:
|
||||||
|
source: 'src, include'
|
||||||
|
clangFormatVersion: 10
|
Loading…
Reference in New Issue