summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2024-05-26 12:20:02 +0200
committerGitHub <noreply@github.com>2024-05-26 12:20:02 +0200
commita11617ff65f8570e7c33db420c207ef304529322 (patch)
tree87d56ca7e7d15325640bd3193943b225414dc322 /.github
parent1871f32a8db7e707a6d96a41f09147d8558e0003 (diff)
Use MO2 formatting action. (#2032)
Diffstat (limited to '.github')
-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"