-
-
Notifications
You must be signed in to change notification settings - Fork 0
Bundle GitHub Action Linters Together #177
Copy link
Copy link
Labels
3 NORMALImportant but not really a priorityImportant but not really a priorityEnhancementNew feature or requestNew feature or requestGitHubMeta, anything related to or dealing with GitHubMeta, anything related to or dealing with GitHubHOOTL TestingHaving to do with or interacting with HOOTL testingHaving to do with or interacting with HOOTL testingSmall FrySomething that is small, could include bug fixes or smaller changesSomething that is small, could include bug fixes or smaller changes
Milestone
Metadata
Metadata
Assignees
Labels
3 NORMALImportant but not really a priorityImportant but not really a priorityEnhancementNew feature or requestNew feature or requestGitHubMeta, anything related to or dealing with GitHubMeta, anything related to or dealing with GitHubHOOTL TestingHaving to do with or interacting with HOOTL testingHaving to do with or interacting with HOOTL testingSmall FrySomething that is small, could include bug fixes or smaller changesSomething that is small, could include bug fixes or smaller changes
Numerous linters are at play, CodeQL, ValidateConfigs, #163, #174 and it would be really nice to bundle those together as separate jobs under a single linter workflow
This would look something like the Auto Format workflow with the separate jobs for clang/cmake/json/all
This would help PRs have less manually inputted requirements and instead just have to pass all linters instead of each separate linter.