Skip to content

Commit

Permalink
Debugging commit to test linter performance on c++
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Wallace committed Jan 25, 2025
1 parent ac50652 commit 26ff129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Run Super Linter
uses: github/super-linter@v7
continue-on-error: true
env:
VALIDATE_MARKDOWN: true # Enable Markdown linting
VALIDATE_DOCKERFILE: true # Enable Dockerfile linting
Expand All @@ -29,4 +30,4 @@ jobs:
VALIDATE_PYTHON: true # Enable Python linting
VALIDATE_ALL_CODEBASE: false # Lint the entire codebase
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub token for permissions
DISABLE_LINTERS: "CPP" # Disable linting for other languages
# DISABLE_LINTERS: "CPP" # Disable linting for other languages

0 comments on commit 26ff129

Please sign in to comment.