Skip to content

Commit

Permalink
make own action
Browse files Browse the repository at this point in the history
  • Loading branch information
trbritt committed May 25, 2024
1 parent 1f5dccd commit 158c977
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/.github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
name: Conform all to consistent style
steps:
- name: Checkout this commit
uses: actions/checkout@v2
- name: Run style checks
uses: Dal-Papa/[email protected]
with:
configPath: 'ucfy.cfg'
uses: actions/checkout@v3

- name: Set up uncrustify
run: sudo apt install -y uncrustify

- name: Verify
run: uncrustify -c ucfy.cfg --check ./src/**/*.hpp ./src/**/*.cpp

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 158c977

Please sign in to comment.