Skip to content

Commit

Permalink
remove cmake linter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed May 2, 2023
1 parent ed8426e commit f89a99e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,3 @@ jobs:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# CMake Format
# https://github.com/github/super-linter/issues/3606
cmake-format-linter:
name: Lint Code Base (cmake-format-lint)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Format CMake files
id: cmake-format
uses: PuneetMatharu/[email protected]
with:
args: --check

0 comments on commit f89a99e

Please sign in to comment.