Skip to content

Commit

Permalink
Merge pull request #2 from EgorWeders/EgorWeders-clang-format-check-1
Browse files Browse the repository at this point in the history
Create clang-format-check action
  • Loading branch information
EgorWeders authored Aug 21, 2024
2 parents 82bd41a + ef198ab commit c475cde
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 c475cde

Please sign in to comment.