Skip to content

Commit

Permalink
Add C/CPP validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvins committed Oct 25, 2024
1 parent a6ffbfd commit 7bbf010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GO: true
VALIDATE_CPP: true
VALIDATE_RUBY: true
VALIDATE_JSON: true
VALIDATE_YAML: true
Expand All @@ -26,6 +27,7 @@ jobs:
VALIDATE_PYTHON_RUFF: true
VALIDATE_PYTHON_BLACK: true
VALIDATE_PYTHON_ISORT: true
VALIDATE_CLANG_FORMAT: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_JSON_PRETTIER: true
VALIDATE_YAML_PRETTIER: true
Expand Down

0 comments on commit 7bbf010

Please sign in to comment.