void-packages/.github
classabbyamp 4410de52c1 .github/workflows: use checkout script instead of action
uses treeless fetches instead of `--depth`. This is not supported by
`actions/checkout`, so it was implemented as a short script (staying
with `actions/checkout@v1` does not seem like a good idea because of
its age, and updating to `actions/checkout@v3` would require adding
`libstdc++` to any CI workflows that run in void containers because
of node's requirements)

see also: https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/

this can't be implemented as a script in `common/travis/` because the
repo doesn't exist on the runner (yet!)

also fix indentation in cycle check
2022-12-21 01:15:15 -05:00
..
ISSUE_TEMPLATE .github/ISSUE_TEMPLATE/pkg-request.yml: update pkg reqs url 2022-08-12 15:52:07 -04:00
workflows .github/workflows: use checkout script instead of action 2022-12-21 01:15:15 -05:00
issue_template.md .github/issue_template: discourage update requests 2022-07-24 17:52:38 +02:00
pull_request_template.md .github/pull_request_template.md: update pkg reqs url 2022-08-12 15:52:07 -04:00