diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml new file mode 100644 index 000000000..0107d2ac1 --- /dev/null +++ b/.github/workflows/clang-format.yml @@ -0,0 +1,14 @@ +name: clang-format-lint + +on: [pull_request] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: DoozyX/clang-format-lint-action@v0.16.2 + with: + source: './src' + style: file