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