Skip to content

Commit

Permalink
Use newer clang format with ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Sep 17, 2024
1 parent 9a60a71 commit 08a838a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
uses: actions/checkout@v4

- name: Install ClangFormat
run: sudo apt-get install -y clang-format
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 18
sudo apt-get install clang-format-18
- name: Run linters
uses: wearerequired/lint-action@v2
Expand Down

0 comments on commit 08a838a

Please sign in to comment.