Quantcast
Channel: Feed of "David Runge"
Viewing all articles
Browse latest Browse all 493

David Runge opened issue wiktor/ssh-openpgp-auth#44

$
0
0

We're currently using a set of scripts to do checks in CI and one that can be used as pre-commit hook.

Since this is all bash and we actually may want to be able to split the test targets more evenly to be faster in CI with multiple async containers, a single bash script is not ideal.

Let's abstract the bash scripts with a justfile that is more granular and still allows us to run all relevant actions in bulk as pre-commit hook (e.g. maybe by having a single bash script that calls that target and can therefore easily be used as pre-commit hook).

The use of this justfile should be documented in CONTRIBUTING.md so that potential contributors may use it too.


Viewing all articles
Browse latest Browse all 493

Trending Articles