Skip to content

Commit

Permalink
style check action
Browse files Browse the repository at this point in the history
  • Loading branch information
cedard234 committed Oct 24, 2023
1 parent 8b1ae51 commit 2dd580c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/cppstylecheck.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
- name: C++ Style Check
uses: coleaeason/actions-uncrustify@v1

on: [ pull_request ]

jobs:
cpp_style_check:
runs-on: ubuntu-latest
name: Check C++ Style
steps:
- name: Checkout this commit
uses: actions/checkout@v2
- name: Run style checks
uses: coleaeason/actions-uncrustify@v1

0 comments on commit 2dd580c

Please sign in to comment.