Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use different clang-tidy CI job that can run on non-PR branches (#342)
* Use different clang-tidy CI job that can run on non-PR branches * Configure permissions * Assume only read permissions for PRs * Clean up commented out code * test CI by inducing a known error * test CI by inducing a known error * Set up dependencies needed for C++ before linting * Include a version of ICU in setup as a dep for the ICU4C executor * Add debug * Remove extra args config * Add manual invocation of clang-tidy * Undo intentional linter error to test manual running of clang-tidy on CI * Remove configs from off-the-shelf GH Actions for clang-tidy / C++ linting
- Loading branch information