void-packages/.github/workflows
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
..
build.yaml .github/workflows: use checkout script instead of action 2022-12-21 01:15:15 -05:00
cycles.yml .github/workflows: use checkout script instead of action 2022-12-21 01:15:15 -05:00
stale.yml .github/workflows/stale.yml: ignore tracking issues 2022-11-05 00:37:44 -04:00