diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/basic.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 1b24714..f9b9c8f 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -9,6 +9,15 @@ on: workflow_dispatch: jobs: + lint: + runs-on: ubuntu-20.04 + name: Linting + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Run clang-format + run: ./tools/clang-format.py --clang-format clang-format-10 + build: strategy: matrix: |