From ec2c8eb6909bd6e91c7c70f13812ea22394532fb Mon Sep 17 00:00:00 2001 From: Lyuu17 Date: Sat, 8 Jun 2024 23:36:35 +0200 Subject: [PATCH] Remove clang-format from GitHub workflow --- .github/workflows/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc30879..de2805d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,17 +7,6 @@ on: - '*.md' jobs: - lint: - name: ๐Ÿงน Lint / ๐Ÿ“œ C++ - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.9.0 - with: - clang-format-version: '15' - exclude-regex: 'extern' - build: strategy: fail-fast: false