mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
This change adds tree-sitter grammar caching to Check, Lints and Docs jobs which all previously downloaded grammars in the `helix-term` build script fresh per job. This should increase reliability and mitigate the effects of an ongoing SourceHut outage (<https://status.sr.ht/issues/2025-01-23-git.sr.ht-ddos/>). This is also a nice speed boost for these jobs: | Job name | Example time before | Example time after | |--- |--- |--- | | Check | 2m20s | 47s | | Lints | 2m56s | 1m10s | | Docs | 4m56s | 2m35s | |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
workflows | ||
dependabot.yml | ||
FUNDING.yml |