tfagerlind / verso

Verso is an application aimed to simplify and standardize automatic versioning in a continuous delivery context.
MIT License
0 stars 0 forks source link

Use a cooler task runner #6

Open tfagerlind opened 1 year ago

tfagerlind commented 1 year ago

This project is currently using make as a task runner. There should be better alternatives.

tfagerlind commented 10 months ago

I have good experiences from "just" that uses a "justfile" instead of a Makefile

tfagerlind commented 10 months ago

Changes needs to be added to README.md Makefile (remove) justfile (added) .github/workflows/gate-keeper.yml

Still unclear to me how to add just to the ubuntu image used by the workflow

tfagerlind commented 10 months ago

One solution is to install just on the fly: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/customizing-github-hosted-runners

https://github.com/casey/just