Skip to content

Commit

Permalink
Add action to validate code style
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Dec 30, 2023
1 parent 4ee3c5d commit 4184f59
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/clang-format-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: clang-format Check

on:
- push
- pull_request

permissions:
contents: read

jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '13'

0 comments on commit 4184f59

Please sign in to comment.