Skip to content

Commit

Permalink
Create clang-format-check action
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorWeders authored Aug 21, 2024
1 parent 82bd41a commit ef198ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/clang-format-check
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Clang Format Checker
on: [push]
env:
BRANCH_NAME: master
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: wolletd/clang-format-checker@v1
with:
target-ref: ${{ env. BRANCH_NAME }} # required, merge target

0 comments on commit ef198ab

Please sign in to comment.