Christian Clason
|
02818f8a4c
|
ci: remove all swift skips
followup to #2796
|
2022-04-16 10:36:52 +02:00 |
|
Stephan Seitz
|
901b31f66c
|
ci: don't skip swift anymore
I think this was a nvim 0.6 issue
|
2022-04-15 18:35:17 +02:00 |
|
Christian Clason
|
5633f897a7
|
ci: update windows workflow to 0.7
Unarchive directory was renamed to `nvim-win64`
|
2022-04-15 18:30:14 +02:00 |
|
Christian Clason
|
31155af885
|
fixup: lock nix, not norg (#2682)
fixup for 739fefa8fa
|
2022-03-27 11:47:03 +02:00 |
|
Christian Clason
|
739fefa8fa
|
ci: lock nix parser
|
2022-03-26 12:21:38 +01:00 |
|
Christian Clason
|
0982e3ce8b
|
ci: ignore gleam for lockfile update
|
2022-03-02 22:01:55 +01:00 |
|
Stephan Seitz
|
6ef19f9d9d
|
ci(tests): download highlight-assertions for faster CI
This avoids any Rust build dependencies.
|
2022-02-19 12:20:22 +01:00 |
|
Dundar Göc
|
f476df31af
|
ci: rename workflows and jobs to be more consistent
|
2022-02-14 19:15:17 +01:00 |
|
Dundar Göc
|
d7eab3a5a9
|
ci: use apt-get instead of apt to avoid warnings from apt
|
2022-02-06 13:58:41 +01:00 |
|
Dundar Göc
|
322c7995b2
|
ci: remove unnecessary apt calls
|
2022-02-06 13:58:41 +01:00 |
|
Dundar Göc
|
194aaf7159
|
ci: remove apt update if on workflows where it's not used
Shaves off 10 seconds per workflow.
|
2022-02-06 01:16:59 +01:00 |
|
Dundar Göc
|
cf8ca7ee4e
|
ci: combine "Compile parsers" steps into a single step
|
2022-02-05 18:26:06 +01:00 |
|
Dundar Göc
|
4e1a1e1750
|
ci: combine "Check query files" steps into a single step
|
2022-02-05 18:26:06 +01:00 |
|
Dundar Göc
|
e18e518751
|
ci: introduce platform-independent environment variable NVIM
|
2022-02-05 18:26:06 +01:00 |
|
dundargoc
|
3041e32701
|
ci: mark automated PRs as draft (#2413)
The required checks can be initiated by marking the PR as ready for
review.
|
2022-02-01 09:08:45 +01:00 |
|
Dundar Göc
|
6799824f6b
|
ci: skip swift check on neovim stable
This is meant as a temporary workaround until neovim 0.7 is released.
More context: https://github.com/nvim-treesitter/nvim-treesitter/issues/2313#issuecomment-1025258357
|
2022-01-31 23:05:51 +01:00 |
|
Christian Clason
|
ab29010c5b
|
ci: only fix major version of vulnerable action (#2411)
also bump checkout to v2 everywhere
|
2022-01-30 19:03:07 +01:00 |
|
Christian Clason
|
422657626b
|
chore: run parser update at least daily (#2379)
|
2022-01-27 15:41:11 +01:00 |
|
Christian Clason
|
c162991fa1
|
ci: bump tree-sitter to 0.20.4
fixes issues with `parser.h` not being generated
|
2022-01-23 22:24:16 +01:00 |
|
Munif Tanjim
|
020905ff26
|
ci: fix cache path for rust cargo
|
2022-01-22 20:54:53 +01:00 |
|
Christian Clason
|
b71d7cbd60
|
ci: drop windows+clang
takes significantly longer than other combinations
|
2022-01-22 19:32:24 +01:00 |
|
Stephan Seitz
|
9c63cfe72f
|
ci: remove ccache
ccache did take too long to install on MacOS
|
2022-01-22 13:20:20 +01:00 |
|
Christian Clason
|
00736412a3
|
ci: bump tree-sitter to v0.20.3
|
2022-01-22 10:29:27 +01:00 |
|
Stephan Seitz
|
3c462d362f
|
ci: Avoid rust-cache (failures and current git dependency)
|
2022-01-21 22:06:17 +01:00 |
|
Stephan Seitz
|
5f30cec075
|
ci: stop uploading artifacts (binary release archives soonish?)
|
2022-01-21 22:06:17 +01:00 |
|
Stephan Seitz
|
77fe45968c
|
ci: fix cache path on Windows
|
2022-01-21 22:06:17 +01:00 |
|
Stephan Seitz
|
3372bfbcf2
|
ci: use curl on Windows CI
|
2022-01-21 22:06:17 +01:00 |
|
Stephan Seitz
|
8b0398c5e3
|
ci: cache using ccache
|
2022-01-21 22:06:17 +01:00 |
|
Stephan Seitz
|
ff97dfac7f
|
ci: add cache for Rust dependency
|
2022-01-21 22:06:17 +01:00 |
|
Christian Clason
|
2fa395f01d
|
ci: use stable tag for latest nvim release
|
2022-01-21 22:06:17 +01:00 |
|
Christian Clason
|
16c773c0f8
|
ci: use stable tag for latest nvim release
|
2022-01-21 19:38:01 +01:00 |
|
Christian Clason
|
4e4b58f8e9
|
ci: only run one compiler each on macos, ubuntu
|
2022-01-21 18:58:40 +01:00 |
|
Christian Clason
|
b7d4d8a55d
|
ci: avoid duplicate CI runs
* run CI on push to master or synchronize PR
* cancel in-progress workflows for updated PR
|
2022-01-21 18:58:40 +01:00 |
|
Christian Clason
|
bf59e0a3fb
|
ci: bump neovim and tree-sitter cli to latest version
|
2022-01-21 18:58:40 +01:00 |
|
Munif Tanjim
|
2c7c87570b
|
ci: cache parsers for workflows/tests
|
2022-01-21 17:52:06 +01:00 |
|
Stephan Seitz
|
b96f70905b
|
fix(haskell): Haskell switched to C scanner
|
2022-01-05 22:40:23 +01:00 |
|
Stephan Seitz
|
cd6aabb964
|
ci: use Neovim v0.6.0
|
2021-12-06 22:34:30 +01:00 |
|
Stephan Seitz
|
5684389a27
|
ci: open PRs to update README
|
2021-12-06 21:29:50 +01:00 |
|
Stephan Seitz
|
ec276ed460
|
ci: add nightly again to CI
|
2021-11-30 20:46:35 +01:00 |
|
Stephan Seitz
|
771abaf531
|
ci: Add workflow for tests
|
2021-11-24 17:29:55 +01:00 |
|
Stephan Seitz
|
8016b74cea
|
ci: Try out windows-2022
|
2021-11-24 14:47:07 +01:00 |
|
Stephan Seitz
|
7135321cc2
|
ci: use nvim v0.5.1 on CI
|
2021-10-21 19:50:23 +02:00 |
|
Stephan Seitz
|
24edc5d93f
|
ci: upload artifacts before check
This could provide better possibilities to investigate a failed CI.
|
2021-10-21 19:50:23 +02:00 |
|
Stephan Seitz
|
59887fbf33
|
Use node action
|
2021-07-31 19:57:08 +02:00 |
|
Santos Gallegos
|
437e41e9fc
|
Luacheck: use config file to exclude files
|
2021-07-05 12:39:32 +02:00 |
|
Santos Gallegos
|
be8f656087
|
Use stylua for autoformat code (#1480)
|
2021-07-04 21:12:17 +00:00 |
|
Stephan Seitz
|
8704b0f388
|
Allow failures for defined parsers
|
2021-04-22 18:37:04 +02:00 |
|
Stephan Seitz
|
6f85037437
|
Pin verilog parser because it downgraded to 0.18.0
|
2021-03-30 22:27:50 +02:00 |
|
sogaiu
|
b521f1a435
|
Remove SKIP_LOCKFILE_UPDATES_FOR_LANGS
|
2021-03-17 20:33:12 +01:00 |
|
Stephan Seitz
|
ad5c0b9d78
|
Update lockfile
|
2021-03-16 22:17:23 +01:00 |
|