aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURESBrian Albert Monroe2022-06-191-0/+1
| | | | As per the request from @theHamsta in #2934
* ci: bump treesitter to 0.20.6Christian Clason2022-04-162-2/+2
|
* ci: remove all swift skipsChristian Clason2022-04-161-5/+0
| | | | followup to #2796
* ci: don't skip swift anymoreStephan Seitz2022-04-151-2/+0
| | | | I think this was a nvim 0.6 issue
* ci: update windows workflow to 0.7Christian Clason2022-04-151-1/+1
| | | | Unarchive directory was renamed to `nvim-win64`
* fixup: lock nix, not norg (#2682)Christian Clason2022-03-271-1/+1
| | | fixup for 739fefa8fa0c024a89b961bef14822f87fc13692
* ci: lock nix parserChristian Clason2022-03-261-1/+1
|
* ci: ignore gleam for lockfile updateChristian Clason2022-03-021-1/+1
|
* ci(tests): download highlight-assertions for faster CIStephan Seitz2022-02-191-18/+3
| | | | This avoids any Rust build dependencies.
* ci: rename workflows and jobs to be more consistentDundar Göc2022-02-144-8/+8
|
* ci: use apt-get instead of apt to avoid warnings from aptDundar Göc2022-02-061-1/+1
|
* ci: remove unnecessary apt callsDundar Göc2022-02-061-1/+0
|
* ci: remove apt update if on workflows where it's not usedDundar Göc2022-02-062-4/+0
| | | | Shaves off 10 seconds per workflow.
* ci: combine "Compile parsers" steps into a single stepDundar Göc2022-02-051-9/+2
|
* ci: combine "Check query files" steps into a single stepDundar Göc2022-02-051-6/+1
|
* ci: introduce platform-independent environment variable NVIMDundar Göc2022-02-051-5/+9
|
* ci: mark automated PRs as draft (#2413)dundargoc2022-02-013-1/+6
| | | | The required checks can be initiated by marking the PR as ready for review.
* ci: skip swift check on neovim stableDundar Göc2022-01-311-0/+7
| | | | | | 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
* ci: only fix major version of vulnerable action (#2411)Christian Clason2022-01-302-2/+2
| | | also bump checkout to v2 everywhere
* chore: run parser update at least daily (#2379)Christian Clason2022-01-271-0/+2
|
* ci: bump tree-sitter to 0.20.4Christian Clason2022-01-232-2/+2
| | | | fixes issues with `parser.h` not being generated
* ci: fix cache path for rust cargoMunif Tanjim2022-01-221-3/+6
|
* ci: drop windows+clangChristian Clason2022-01-221-0/+4
| | | | takes significantly longer than other combinations
* ci: remove ccacheStephan Seitz2022-01-222-14/+0
| | | | ccache did take too long to install on MacOS
* ci: bump tree-sitter to v0.20.3Christian Clason2022-01-222-2/+2
|
* ci: Avoid rust-cache (failures and current git dependency)Stephan Seitz2022-01-211-1/+7
|
* ci: stop uploading artifacts (binary release archives soonish?)Stephan Seitz2022-01-212-6/+1
|
* ci: fix cache path on WindowsStephan Seitz2022-01-212-4/+8
|
* ci: use curl on Windows CIStephan Seitz2022-01-211-1/+1
|
* ci: cache using ccacheStephan Seitz2022-01-212-2/+17
|
* ci: add cache for Rust dependencyStephan Seitz2022-01-211-2/+8
|
* ci: use stable tag for latest nvim releaseChristian Clason2022-01-211-0/+7
|
* ci: use stable tag for latest nvim releaseChristian Clason2022-01-214-7/+7
|
* ci: only run one compiler each on macos, ubuntuChristian Clason2022-01-211-4/+4
|
* ci: avoid duplicate CI runsChristian Clason2022-01-212-2/+26
| | | | | * run CI on push to master or synchronize PR * cancel in-progress workflows for updated PR
* ci: bump neovim and tree-sitter cli to latest versionChristian Clason2022-01-213-8/+8
|
* ci: cache parsers for workflows/testsMunif Tanjim2022-01-211-1/+7
|
* fix(haskell): Haskell switched to C scannerStephan Seitz2022-01-051-4/+0
|
* ci: use Neovim v0.6.0Stephan Seitz2021-12-063-7/+7
|
* ci: open PRs to update READMEStephan Seitz2021-12-061-12/+15
|
* ci: add nightly again to CIStephan Seitz2021-11-301-2/+10
|
* ci: Add workflow for testsStephan Seitz2021-11-241-0/+42
|
* ci: Try out windows-2022Stephan Seitz2021-11-241-7/+7
|
* ci: use nvim v0.5.1 on CIStephan Seitz2021-10-213-11/+17
|
* ci: upload artifacts before checkStephan Seitz2021-10-211-5/+5
| | | | This could provide better possibilities to investigate a failed CI.
* Use node actionStephan Seitz2021-07-311-0/+1
|
* Luacheck: use config file to exclude filesSantos Gallegos2021-07-051-1/+1
|
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-041-0/+11
|
* Allow failures for defined parsersStephan Seitz2021-04-221-0/+4
|
* Pin verilog parser because it downgraded to 0.18.0Stephan Seitz2021-03-301-0/+2
|