aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
...
* ci: bump action versions (#2322)dundargoc2022-12-177-10/+10
|
* ci: don't auto-close config changesJustin M. Keyes2022-12-151-3/+2
| | | just leave a comment instead
* ci: remove auto-close botJustin M. Keyes2022-12-151-28/+0
| | | This is a nuisance.
* fix: update ci lint stylua-action version (#2150)Raphael2022-09-231-1/+1
| | | | | * fix: update ci lint stylua-action version * fix: typo
* feat(ci): include link i auto-close messageJustin M. Keyes2022-08-031-1/+1
|
* ci(selene): switch to yml config #1986sitiom2022-07-071-26/+9
| | | As of Kampfkarren/selene#364, using TOML is now deprecated.
* ci: simplify codespell workflow (#1706)dundargoc2022-02-101-13/+3
|
* ci: remove outdated brew workaround (#1625)dundargoc2021-12-311-1/+0
|
* fix(help): workaround plugin/users overwritting tags (#1512)Javier Lopez2021-11-303-3/+3
| | | | | | | | | | | | | Most plugin managers run :helptags in the plugin, which silently overwrites the existing doc/tags. this is an issue for us since lspconfig is manipulating the tags file to point to servers_configurations.md Instead create a markdown comment with the name of the wanted tag and make a copy in the repository of servers_configurations.md to server_configurations.txt. Now when :helptags runs it finds the txt file and generates the appropriate tag. The advantage is this solution should work in all platforms, it also removes lines from docgen CI.
* ci: use v2 tag for checkout actions (#1469)dundargoc2021-11-213-3/+3
| | | | | The official GitHub actions update the vX tags to be the latest. Workflows automatically benefit from bugfixes/patches without manually needing to update the workflows.
* ci: remove brackets on the "runs-on" argument (#1470)dundargoc2021-11-213-5/+5
| | | | This will silence the false warning 'Value must be "self-hosted"' warning from yamlls.
* ci: close PRs not filed from feature branches (#1464)dundargoc2021-11-211-0/+28
|
* ci: add Selene linter (#904)Peter Lithammer2021-11-152-19/+71
| | | * see https://github.com/Kampfkarren/selene
* fix(ci): avoid failing "dirname"-cleanup PRs (#1405)kylo2522021-11-132-18/+15
|
* ci: fix close config changes workflow (#1408)dundargoc2021-11-111-1/+3
| | | | | | * set pull-request permission to write * change event trigger pull_request to pull_request_target since github requires it to make any changes, even if the permission is set to write.
* ci: add workflow that fails PRs with the word "dirname" in them (#1398)dundargoc2021-11-111-0/+18
|
* ci: automatically close pull requests that modify server_configurations.md ↵dundargoc2021-11-111-0/+19
| | | | (#1400)
* docs: follow-up fixes from overhaul (#1389)Michael Lingelbach2021-11-092-3/+3
|
* docs: documentation overhaul (#1384)Michael Lingelbach2021-11-091-41/+0
| | | | | | * remove automated generation of vimdoc + ci * unify ADVANCED_README.md and vimdoc * rename CONFIGS.md to server_configurations.md, move into doc folder * move CONTRIBUTING.md to .github folder
* chore: unify makefile to run stylua and luacheckMichael Lingelbach2021-10-301-1/+1
|
* ci: fix vimdocgen (#1313)Michael Lingelbach2021-10-151-4/+5
| | | | | | * update neovim path * rename commits to align with conventional commits in core * make runs sequential to avoid conflicts when pushing * pull latest changes in vimdocgen run
* ci: use rhysd action instead for installing neovim (#1312)Michael Lingelbach2021-10-151-21/+8
|
* ci: run codespell on pull requests (#1101)dundargoc2021-07-251-0/+21
|
* Update commit_lint.ymlMichael Lingelbach2021-07-181-1/+1
|
* ci: switch to GHA for commit lint (#982)Michael Lingelbach2021-07-181-0/+12
|
* ci: fix workflow so vimdocgen runs sequentially (#1085)Michael Lingelbach2021-07-172-56/+49
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-0/+11
|
* Update vimdoc.ymlMichael Lingelbach2021-05-211-0/+2
|
* docgen: explicitly allow pushing commitsMarco Hinz2021-05-161-0/+2
| | | | | | | | | | We default to read-only permissions for the "contents" scope: https://github.com/neovim/nvim-lspconfig/settings/actions Explicitly allow pushing commits. https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents
* docgen: try to fix docgen authentication issuesMichael Lingelbach2021-05-011-9/+4
|
* Fix docgen github actionMichael Lingelbach2021-05-011-0/+3
|
* ci: fix babelfishMichael Lingelbach2021-04-091-1/+1
|
* docgen: add vimdoc pipeline with babelfishMichael Lingelbach2021-03-271-0/+54
|
* docgen: remove CI trigger for PRs, only pushes to masterMichael Lingelbach2021-01-231-3/+5
|
* Fix macos CI Michael Lingelbach2020-12-291-0/+1
| | | see: https://github.com/neovim/neovim/pull/13584
* Fix docgen github action to use CONFIG.md instead of README.mdMichael Lingelbach2020-12-281-1/+1
|
* CI: Remove cmake from MacOS install (already installed?)Stephan Seitz2020-08-301-1/+1
|
* Run lint as sudo to make CI pass againStephan Seitz2020-08-281-1/+1
|
* dartls: remove calling error in detecting cmdHirokazu Hata2020-02-231-7/+0
| | | | ref: #140
* github action: add test for macosHirokazu Hata2020-05-211-1/+13
|
* Makefile: add lint commantHirokazu Hata2020-05-211-2/+1
|
* github action: add test actionHirokazu Hata2020-05-211-0/+41
|
* [upgrade] acitons/checkout v1 -> v2kazukazuinaina2020-03-042-2/+2
|
* gh actions: Add Dart lang to docgen action enviromentHirokazu Hata2020-02-221-0/+7
| | | | fix: #139
* CI: luacheck #86Hirokazu Hata2019-12-312-1/+23
|
* Improve docgen (#27)Ashkan Kiani2019-11-171-1/+1
| | | | | - Automatically generate the `Implemented servers` section. - Remove dependency on `cat` - Provide scripts/docgen.sh which actually reports errors.
* Add github actions for docgen (#7)Ashkan Kiani2019-11-141-0/+34
* Create main.yml * Update CONTRIBUTING and REAMDE. Explain that Github Actions generate README.