Skip to content

Commit

Permalink
use custom flow
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBrave committed Oct 25, 2024
1 parent 05446a6 commit 7a53d16
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install clang-format 19
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 19
sudo apt install clang-format-19
- name: clang-format code formatting check
run: clang-format-19 --dry-run -Werror --style=file:rocketlib/.clang-format *.c *.h
- name: Run formatting check
uses: waterloo-rocketry/clang-format-check-action@action

0 comments on commit 7a53d16

Please sign in to comment.