summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api.yml
Commit message (Collapse)AuthorAgeFilesLines
* protect against those who develop with their fork on master (#10815)Joel Challis2020-10-311-0/+3
|
* add rsync to the api update processZach White2020-10-271-0/+4
|
* Generate api data on each push (#10609)Zach White2020-10-251-0/+35
* add new qmk generate-api command, to generate a complete set of API data. * Generate api data and push it to the keyboard repo * fix typo * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * fixup api workflow * remove file-changes-action * use a more mainstream github action * fix yaml error * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * more uniform date handling * make flake8 happy * Update lib/python/qmk/decorators.py Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>