diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 00000000..b57dbead --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,14 @@ +name: Linter + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: DoozyX/clang-format-lint-action@v0.13 + with: + source: '.' + extensions: 'h,cpp,c' + clangFormatVersion: 12