Skip to content

Commit

Permalink
add linting gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
burkfers committed Mar 7, 2024
1 parent e41e52f commit 8f3c0bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/clang-format-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: clang-format-lint
on:
push: {}
pull_request: {}

jobs:
job:
name: check-clang-format
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,c'
clangFormatVersion: 16

0 comments on commit 8f3c0bf

Please sign in to comment.