summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linting.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml
index 43cdeeae..40b3f7fe 100644
--- a/.github/workflows/linting.yml
+++ b/.github/workflows/linting.yml
@@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- - name: Run clang-format
- uses: jidicula/clang-format-action@v4.11.0
+ - name: Check format
+ uses: ModOrganizer2/check-formatting-action@master
with:
- clang-format-version: "15"
check-path: "."
+ exclude-regex: "third-party"