Skip to content

Commit

Permalink
add clang-format check to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Nov 16, 2020
1 parent 0890dc1 commit e157c58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ env:
CONFIG: RelWithDebInfo

jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
exclude: 'examples/alpaka/asyncblur/stb_image*'
clangFormatVersion: 11

amalgamation:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e157c58

Please sign in to comment.