summaryrefslogtreecommitdiff
path: root/.github/workflows/clang-format-lint.yml
AgeCommit message (Collapse)Author
2021-05-15chore(deps): bump DoozyX/clang-format-lint-action from 0.11 to 0.12dependabot[bot]
Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from 0.11 to 0.12. - [Release notes](https://github.com/DoozyX/clang-format-lint-action/releases) - [Commits](https://github.com/DoozyX/clang-format-lint-action/compare/v0.11...v0.12) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-28chore(deps): bump DoozyX/clang-format-lint-action from v0.9 to v0.11dependabot[bot]
Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from v0.9 to v0.11. - [Release notes](https://github.com/DoozyX/clang-format-lint-action/releases) - [Commits](https://github.com/DoozyX/clang-format-lint-action/compare/v0.9...84b814a54950e27ac65a62069802df099405ef77) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-28refactor(workflows): align GitHub workflow conventionsinnovaker
Cosmetic pass at aligning the conventions used in ZMK's workflows with GitHub's examples. Based on examples found at: https://github.com/actions/starter-workflows PR #433
2020-11-28build(workflows): add each workflow to its own trigger conditionsinnovaker
For each workflow, add its path to its own trigger conditions so that it automatically re-triggers for testing purposes whenever it is changed. PR: #443
2020-10-01fix(ci): Lint detected changes to drivers dir.Pete Johanson
2020-09-14feat(ci): Run clang-format to check files.Pete Johanson