ci: Drop lint action for now

This commit is contained in:
Matt Borgerson 2025-03-28 02:15:00 -07:00 committed by mborgerson
parent 1586b40b11
commit 48d1195c27
1 changed files with 0 additions and 13 deletions

View File

@ -270,19 +270,6 @@ jobs:
with:
name: ${{ matrix.artifact_name }}
path: ${{ matrix.artifact_filename }}
- name: Lint
if: matrix.configuration == 'Debug' && matrix.arch == 'x86_64'
uses: cpp-linter/cpp-linter-action@8ae6cfaea8cc035c6155b5fe79d7991a9bf638af # v2.14.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: '18' # clang-format version
repo-root: ${{ github.workspace }}/src
style: file:${{ github.workspace }}/src/.clang-format
database: ${{ github.workspace }}/src/build/compile_commands.json
lines-changed-only: true
format-review: true
passive-reviews: true
macOS:
name: Build for macOS (${{ matrix.arch }}, ${{ matrix.configuration }})