aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/selene.yml
Commit message (Collapse)AuthorAgeFilesLines
* perf: host pre-compiled filetype mappings (#555)William Boman2025-05-191-1/+1
| | | | | | Generating the filetype mappings by accessing `vim.lsp.config` turns out to be a bad idea because: 1) performance 2) some `lsp/` configurations in nvim-lspconfig execute code immediately (see angularls) 3) accessing `vim.lsp.config[server_name]` seems to populate `:checkhealth vim.lsp`
* ci: fix cbfmt & selene, add nvim v0.11.1, and fix incorrect test fixtures (#540)William Boman2025-05-061-1/+1
| | | | | | | * ci: fix cbfmt and add nvim v0.11.1 * just remove cbfmt * tests: fix test fixtures and setup
* chore(ci): upgrade linter versions (#244)William Boman2023-06-281-1/+1
|
* style: enforce import order (#169)William Boman2023-03-121-1/+1
| | | | | * chore(workflows): update dependencies * style: enforce import order
* chore: add selene & cbfmt (#54)William Boman2022-09-131-0/+20