helix-mods/.github
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.
2022-06-05 19:53:20 +09:00
..
ISSUE_TEMPLATE Improve bug report template (#1826) 2022-03-18 14:06:56 +09:00
workflows Use a minimal binary to fetch grammar sources in release CI (#2557) 2022-06-05 19:53:20 +09:00
dependabot.yml Add dependabot config 2021-05-30 17:52:56 +09:00
FUNDING.yml Add FUNDING.yml 2022-05-11 10:51:20 +09:00