tree-sitter/.github/workflows
Christian Clason 59838de33a ci: don't skip tests on failing lint
Problem: A failing lint will block running actual tests, adding friction to contributors who will have to golf the linter before getting to see actually useful test results.

Solution: Don't gate `sanitize` and `build` behind successful `checks` so you can see whether your code works at all _before_ worrying about its quality. (In general, the more feedback you get at the same time, the fewer edit->push->test cycles you need, _saving_ CI time in the long run. Only skip tests you are sure to be useless given previous failures.)
2024-02-28 16:31:21 +01:00
..
build.yml ci: cache fixtures 2024-02-18 23:08:24 +01:00
checks.yml build: add useful development targets to makefile 2024-02-09 13:19:28 +01:00
ci.yml ci: don't skip tests on failing lint 2024-02-28 16:31:21 +01:00
release.yml feat: add xtasks to assist with bumping crates 2024-02-25 13:40:03 -05:00
response.yml ci: introduce "response bot" 2024-02-07 16:26:24 +01:00
reviewers_remove.yml ci: remove reviewers when drafting or closing a PR 2024-02-15 15:39:39 +01:00
sanitize.yml ci(sanitize): reduce timeout to 20 minutes 2024-02-20 20:35:56 +01:00