Closed jameslamb closed 6 months ago
Proposes adding some minimal pre-commit checks and a CI job to run them.
pre-commit
I think this is a cheap, low-risk way to get a bit more release confidence in changes like #5.
This includes a very pared-down version of https://github.com/rapidsai/shared-workflows/blob/branch-24.06/.github/workflows/checks.yaml. I'm proposing not depending on shared-workflows because this repo doesn't follow the RAPIDS branching model, and because right now the need is so simply (just running pre-commit run --all-files).
shared-workflows
pre-commit run --all-files
Proposes adding some minimal
pre-commit
checks and a CI job to run them.I think this is a cheap, low-risk way to get a bit more release confidence in changes like #5.
Notes for Reviewers
This includes a very pared-down version of https://github.com/rapidsai/shared-workflows/blob/branch-24.06/.github/workflows/checks.yaml. I'm proposing not depending on
shared-workflows
because this repo doesn't follow the RAPIDS branching model, and because right now the need is so simply (just runningpre-commit run --all-files
).