From a11617ff65f8570e7c33db420c207ef304529322 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 26 May 2024 12:20:02 +0200 Subject: Use MO2 formatting action. (#2032) --- .github/workflows/linting.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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" -- cgit v1.3.1