aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: bump actions/checkout from 5 to 6 (#4205)dependabot[bot]2025-11-201-5/+5
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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: retreat to lualsJustin M. Keyes2025-11-141-7/+15
| | | | | | | | | | | | idk how to make this error stop though I did read: https://github.com/EmmyLuaLs/emmylua-analyzer-rust/issues/29 error: undefined global variable: vim [undefined-global] --> lua/lspconfig/configs/taplo.lua:6:29 5 | root_dir = function(fname) 6 | return vim.fs.dirname(vim.fs.find('.git', { path = fname, upward = true })[1]) 7 | end,
* ci: emmyluaJustin M. Keyes2025-11-141-13/+9
| | | | | | - Introduce emmylua CI job to type-check code. - Drop old analyzers that haven't reported anything useful in a long time and are redundant with luals/emmylua.
* ci: bump actions/checkout from 4 to 5 (#3994)dependabot[bot]2025-08-121-6/+6
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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: check legacy configs, drop "comment" #3781Justin M. Keyes2025-04-261-1/+1
| | | | - Disallow adding new legacy configs. - Drop the "comment" CI job. It is over-engineered, and adds redundant comments on PRs.
* ci(lint): use client:exec_cmd() #3755Justin M. Keyes2025-04-211-1/+1
| | | | Use `client:exec_cmd()` instead of calling `request("workspace/executeCommand")` directly.
* ci: cancel old jobs on PR updatedundargoc2025-03-301-1/+4
| | | | Closes: https://github.com/neovim/nvim-lspconfig/issues/3669
* ci: use the head ref when checking outdundargoc2025-01-211-0/+1
| | | | | Otherwise the action will default to githubs own merge branch which doesn't follow the actual git history.
* ci: check for deprecated util functions #3462Justin M. Keyes2024-11-261-0/+12
|
* ci: refactor ci outputdundargoc2024-10-021-14/+29
| | | | | | 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`.
* ci: bump JohnnyMorganz/stylua-action from 3 to 4dependabot[bot]2024-02-121-1/+1
| | | | | | | | | | | | | | Bumps [JohnnyMorganz/stylua-action](https://github.com/johnnymorganz/stylua-action) from 3 to 4. - [Release notes](https://github.com/johnnymorganz/stylua-action/releases) - [Commits](https://github.com/johnnymorganz/stylua-action/compare/v3...v4) --- updated-dependencies: - dependency-name: JohnnyMorganz/stylua-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* ci: bump actions/checkout from 3 to 4 (#2794)dependabot[bot]2023-09-051-2/+2
| | | | | | | | | | | | | | | | 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 JohnnyMorganz/stylua-action from 2 to 3 (#2582)dependabot[bot]2023-05-031-1/+1
| | | | | | | | | | | | | | | Bumps [JohnnyMorganz/stylua-action](https://github.com/JohnnyMorganz/stylua-action) from 2 to 3. - [Release notes](https://github.com/JohnnyMorganz/stylua-action/releases) - [Commits](https://github.com/JohnnyMorganz/stylua-action/compare/v2...v3) --- updated-dependencies: - dependency-name: JohnnyMorganz/stylua-action 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-3/+3
|
* fix: update ci lint stylua-action version (#2150)Raphael2022-09-231-1/+1
| | | | | * fix: update ci lint stylua-action version * fix: typo
* ci(selene): switch to yml config #1986sitiom2022-07-071-26/+9
| | | As of Kampfkarren/selene#364, using TOML is now deprecated.
* ci: remove brackets on the "runs-on" argument (#1470)dundargoc2021-11-211-2/+2
| | | | This will silence the false warning 'Value must be "self-hosted"' warning from yamlls.
* ci: add Selene linter (#904)Peter Lithammer2021-11-151-19/+41
| | | * see https://github.com/Kampfkarren/selene
* chore: unify makefile to run stylua and luacheckMichael Lingelbach2021-10-301-1/+1
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-0/+11
|
* Run lint as sudo to make CI pass againStephan Seitz2020-08-281-1/+1
|
* Makefile: add lint commantHirokazu Hata2020-05-211-2/+1
|
* [upgrade] acitons/checkout v1 -> v2kazukazuinaina2020-03-041-1/+1
|
* CI: luacheck #86Hirokazu Hata2019-12-311-0/+22