Skip to content

Commit

Permalink
Use older technique for clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Sep 17, 2024
1 parent 08a838a commit e882914
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .clang-format-ignore

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Install ClangFormat
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 18
sudo apt-get install clang-format-18
run: sudo apt-get install -y clang-format

- name: Run linters
uses: wearerequired/lint-action@v2
Expand Down
4 changes: 4 additions & 0 deletions vendor/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"DisableFormat": true,
"SortIncludes": "Never"
}

0 comments on commit e882914

Please sign in to comment.