From a13e224c17fb0f2210305cb3dcc442f25f2fd58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 9 Jun 2024 14:38:59 +0200 Subject: [PATCH] Switch to MO2 check-format action. (#27) --- .github/workflows/linting.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index beba4f4..22eb21a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -1,15 +1,16 @@ name: Lint Archive + on: push: pull_request: types: [opened, synchronize, reopened] + jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Run clang-format - uses: jidicula/clang-format-action@v4.12.0 + - name: Check format + uses: ModOrganizer2/check-formatting-action@master with: - clang-format-version: "17" check-path: "."