You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/.github/workflows
Michael Davis 0035c29fc1
Use a minimal binary to fetch grammar sources in release CI (#2557)
This is an optimization for the release CI. The release CI can take
a while since it compiles release builds for all operating systems.
We cut down on duplicate work and overall time by fetching
tree-sitter grammar repositories and then using those repositories
in all later steps. Previously we built all of helix just to run

    helix_loader::grammar::fetch_grammars()

which is wasteful on time. With this change we only build the
helix-loader crate.
2 years ago
..
build.yml check MSRV in CI 2 years ago
cachix.yml build(deps): bump cachix/install-nix-action from 16 to 17 (#2081) 2 years ago
gh-pages.yml Deploy docs for master separately (#1783) 2 years ago
languages.toml ensure rust grammar is available in CI 2 years ago
msrv-rust-toolchain.toml lower MSRV to 1.57.0 2 years ago
release.yml Use a minimal binary to fetch grammar sources in release CI (#2557) 2 years ago