Commit graph

28 commits

Author SHA1 Message Date
L3MON4D3
e29ab6482f advertise support for jsregexp v0.0.7 (close #1139). 2024-04-01 16:16:00 +02:00
L3MON4D3
a707dedb4b add FUNDING.yml (close #1109). 2024-01-17 16:37:52 +01:00
L3MON4D3
e449e6e325 update jsregexp to 0.0.6.
Still continues to work with 0.0.5 too, but also support 0.0.6, which,
despite having the same API, is a bit harder to set up (see `util/jsregexp.lua`)
2023-12-01 21:59:39 +01:00
Marc Jakobi
89997c7c58 feat: publich to luarocks 2023-11-13 12:16:42 +01:00
L3MON4D3
cdffd08a36 ci: don't use bundled gperf for nvim0.7, does not seem to compile. 2023-09-17 11:47:04 +02:00
L3MON4D3
bc3fc0b0ea ci: use bundled dependencies, actually build jsregexp agains luajit. 2023-02-11 22:42:27 +01:00
L3MON4D3
cd65da16d2 ci: use libvterm bundled with neovim when building it for testing. 2023-01-26 18:38:43 +01:00
L3MON4D3
ccb0a5ee7a ci: fix stylua-action, pin version. 2022-09-28 20:04:54 +02:00
L3MON4D3
b5cfdd0db5 ci: verify there are no duplicate helptags. 2022-08-29 21:42:43 +02:00
L3MON4D3
1ff8df6e81 CI: install lua5.1-headers.
The headers are required to build jsregexp, which itself is required to
successfully pass tests in the parse_from_ast-PR.
The test-workflow runs on pull_request_target and hence uses the
workflow from this branch.
2022-07-19 18:14:01 +02:00
L3MON4D3
26b95ac64e ci: run tests on PR 2022-06-18 20:49:16 +02:00
L3MON4D3
9380ef404d ci: fix it. 2022-06-17 21:20:25 +02:00
L3MON4D3
cb490225d5 remove branch-reference from workflow.
as stated
[here](https://github.com/stefanzweifel/git-auto-commit-action/issues/114#issuecomment-709537292),
it should still work (hopefully....).
2022-03-26 10:20:54 +01:00
L3MON4D3
a8ccf5da42 ci: fix syntax. 2022-03-22 13:15:40 +01:00
L3MON4D3
d9456274cf ci: run on pull_request instead of pull_request_target.
p_r_t runs in context of base branch, p_r in that of the merge-branch.
2022-03-22 13:08:25 +01:00
L3MON4D3
680d42a49e ci: run workflow only on push to master. 2022-03-21 11:22:25 +01:00
leiserfg
ffe0d8e163 Update action 2022-03-18 11:17:12 +01:00
leiserfg
ecc8c2dba3 Replace md2vim with panvimdoc 2022-03-13 10:05:41 +01:00
L3MON4D3
1614afc468 ci: run actions in PR too: two. 2022-03-12 21:17:37 +01:00
L3MON4D3
f9ba41cd0b ci: run actions in PR too. 2022-03-12 20:49:12 +01:00
L3MON4D3
132eff7cb3 Run stylua+doc-generation on push.
Push directly to master will not produce any changes by stylua (run
locally before push).
2022-02-08 11:19:28 +01:00
L3MON4D3
c9e91bb8f4 Re-enable stylua for PRs only.
On push the formatted code won't be tested, with PRs' it's possible to
check that formatting didn't malform the code.
(push is tested locally, via git-hook :) )
2022-02-07 23:06:15 +01:00
L3MON4D3
59576a5cf2 Don't format statement that breaks stylua.
Also disable stylua-autoformatter for now, seems like that release may
cause malformed lua-code under specific circumstances (Comments in
statement).
2022-01-24 13:59:21 +01:00
leiserfg
258ae4ebc6 Separeate doc and stylua steps 2021-07-11 22:02:55 +02:00
leiserfg
bdcaf5b1d9 Add doc action 2021-07-11 16:11:19 +02:00
leiserfg
3fd7c9fd72 Format with stylua 2021-06-25 22:29:53 +02:00
leiserfg
8689054e6e Add stylua auto format 2021-06-25 20:09:33 +02:00
leiserfg
037bd52ddb Add stylua action 2021-06-25 09:53:11 +02:00