tree-sitter/.github
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
..
actions/cache ci: relax caching requirements 2024-02-20 14:37:29 +01:00
ISSUE_TEMPLATE docs: create issue template 2024-02-09 12:34:18 +01:00
scripts ci: remove reviewers when drafting or closing a PR 2024-02-15 15:39:39 +01:00
workflows ci: don't skip tests on failing lint 2024-02-28 16:31:21 +01:00
dependabot.yml ci: adjust dependabot settings 2024-02-26 09:26:32 -05:00