aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: refactor ci outputdundargoc2024-10-021-11/+0
| | | | | | Separate install step from test step so the output from each isn't mixed with each other. Also add lint-like workflows to `lint.yml`.
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-1/+1
| | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.
* ci: bump actions/checkout from 3 to 4 (#2794)dependabot[bot]2023-09-051-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: bump action versions (#2322)dundargoc2022-12-171-1/+1
|
* ci: simplify codespell workflow (#1706)dundargoc2022-02-101-13/+3
|
* fix(help): workaround plugin/users overwritting tags (#1512)Javier Lopez2021-11-301-1/+1
| | | | | | | | | | | | | 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.
* docs: follow-up fixes from overhaul (#1389)Michael Lingelbach2021-11-091-1/+1
|
* ci: run codespell on pull requests (#1101)dundargoc2021-07-251-0/+21