summaryrefslogtreecommitdiff
path: root/.github/workflows/doc-checks.yml
AgeCommit message (Collapse)Author
2021-09-11feat(docs): Type check the docs TSX components.Peter Johanson
2020-12-14ci(docs-checks): remove prettier nameinnovaker
Aligns with other jobs/workflows. It isn't necessary. PR: #501
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-11-03feat(docs): Add eslint and prettier GH Actions.Pete Johanson