From 42fc9c915cd778bb807578736dbb4e099b3da640 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 20 Apr 2024 19:55:58 +0000 Subject: [PATCH] fix inspection --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b8d2f4..2fb1d5a 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,9 +33,6 @@ jobs: codestyle-tests: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'NO_CI')" - strategy: - fail-fast: false - max-parallel: 3 steps: - name: Checkout Repository uses: actions/checkout@main @@ -54,7 +51,7 @@ jobs: run: | cp ./Build/Config/.clang-format ./.clang-format - name: Lint Code Base - uses: github/super-linter/slim@v6.4.0 + uses: super-linter/super-linter@v6.4.0 env: VALIDATE_ALL_CODEBASE: false VALIDATE_CLANG_FORMAT : true