aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ci: emmyluaJustin M. Keyes2025-11-141-4/+2
| | | | | | - 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.
* build: add -q flag to luacheckdundargoc2025-01-211-1/+1
| | | | | Otherwise it will print out all the files that passes which makes it extremely tedious as you need to search for the files that failed.
* test: remove test depend and use vusted (#2603)Raphael2023-05-111-1/+1
|
* chore: use luarocks-tag-release workflowMarc Jakobi2023-02-031-6/+0
|
* ci: add luarocks upload release workflowv0.1.5Marc Jakobi2023-01-081-0/+6
| | | | | | | | | | | | The recently added rockspec (see #2307) has to be prepared and uploaded to luarocks for each release. This adds an automated workflow for it, which has been tested with plenary.nvim. To be able to upload to luarocks, the owner of the luarocks account will have to add an API key named `LUAROCKS_API_KEY` to this repo's GitHub Actions secrets.
* ci: add Selene linter (#904)Peter Lithammer2021-11-151-1/+3
| | | * see https://github.com/Kampfkarren/selene
* build: replace echo with printf so newlines are interpreted (#1419)dundargoc2021-11-131-2/+2
|
* chore: unify makefile to run stylua and luacheckMichael Lingelbach2021-10-301-3/+3
|
* feat: add make style-lua target (#1091)Matthieu Coudron2021-07-201-1/+5
| | | * added to reproduce locally the output of the style-lua job (aka run stylua).
* Makefile: add lint commantHirokazu Hata2020-05-211-1/+4
|
* test: add test runner scriptHirokazu Hata2020-05-191-0/+3