feat: support CLI tool to install clang tool wheels #392
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: pre-commit | |
| on: | |
| push: | |
| branches: main | |
| pull_request: | |
| branches: main | |
| workflow_dispatch: | |
| jobs: | |
| pre-commit: | |
| uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main |