I have several projects where I've added a github action for
- clang static analyzer
- include what you use
- codeql
- msvc code analysis
If I create a pull request that added the same, would that be something you'd want to merge?
I ask because all of the current CI is done through appveyor, and I'm not familiar with it, and wouldn't be able to copy-paste (and then modify) my existing analyzers.yml file.