Skip to content

Commit

Permalink
Change lint-checker validations
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvins committed Oct 23, 2024
1 parent be83817 commit 745a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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_KOTLIN: true
VALIDATE_MARKDOWN: true
Expand All @@ -23,7 +24,6 @@ jobs:
VALIDATE_RUST_CLIPPY: true
VALIDATE_PYTHON_BLACK: true
VALIDATE_PYTHON_ISORT: true
VALIDATE_CLANG_FORMAT: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_MARKDOWN_PRETTIER: true
VALIDATE_GOOGLE_JAVA_FORMAT: true

0 comments on commit 745a034

Please sign in to comment.