Create linting workflow

This commit is contained in:
notyourav
2021-02-19 15:00:49 -08:00
committed by GitHub
parent ab3e488126
commit fd2a50eee4
+11
View File
@@ -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