aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/api-docs-check.yml
Commit message (Collapse)AuthorAge
* ci(api-docs): run in drafts as wellDundar Goc2022-05-29
| | | | | A contributor should be able to be sure their PR passes the CI before clicking "Ready for review".
* ci(doc): improve missing docs workflowJavier López2022-03-26
| | | | | | | | | | 1. Add new pattern `runtime/doc/**`. This is a common case were the contributor modifies only the help file but the doc gen would discard their changes. 2. Add to the output what the changes after running doc gen would be. [skip ci]
* ci: remove src/nvim/**.lua from docgen patternzeertzjq2022-03-24
| | | | After #17623 this pattern is no longer necessary.
* fix(ci): provide necessary permissions for calling workflowJavier López2022-03-21
| | | | | Also error on the side of security adding an extra check on the automatic PR step.
* ci(docs): add a check for PR's to commit their doc changesJavier López2022-03-18
Repurpose the api-docs workflow to also run in all PR's but work only as a check, if the changes in the PR introduce doc changes that are not committed fail. [skip ci]