elm2nix icon indicating copy to clipboard operation
elm2nix copied to clipboard

Better CI integration: --skip-versions-bump

Open domenkozar opened this issue 6 years ago • 1 comments

It's nice to run elm2nix on CI and see if something should be updated. However, since currently versions.dat is always updated this is a bit harder than it should be.

domenkozar avatar Apr 11 '19 03:04 domenkozar

On CircleCI, we run a small "orb" that fails the build if any un-commited changes were introduced: https://github.com/niteoweb/check-untracked-changes

zupo avatar Feb 06 '20 06:02 zupo