Monorepo for Tangled tangled.org

ci: add go mod tidy & gomod2nix check CI #901

merged opened by boltless.me targeting master from sl/ywrpzwxwrtms
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3mae5rnwm7m22
+2 -2
Interdiff #4 โ†’ #5
+2
.tangled/workflows/test.yml
··· 19 19 20 20 - name: run gomod2nix 21 21 command: | 22 + HOME=$(mktemp -d) 23 + echo $HOME 22 24 nix run .#gomod2nix 23 25 24 26 - name: verify no changes
flake.lock

This file has not been changed.

-2
flake.nix
··· 246 246 gomod2nix = { 247 247 type = "app"; 248 248 program = toString (pkgs.writeShellScript "gomod2nix" '' 249 - HOME=$(mktemp -d) 250 - echo $HOME 251 249 ${gomod2nix.legacyPackages.${system}.gomod2nix}/bin/gomod2nix generate --outdir ./nix 252 250 ''); 253 251 };
go.mod

This file has not been changed.

nix/gomod2nix.toml

This file has not been changed.

History

8 rounds 2 comments
sign up or login to add to the discussion
3 commits
expand
nix: bump gomod2nix version
nix,gomod: bump gomod2nix & go mod tidy
ci: add go mod tidy & gomod2nix check CI
3/3 pending
expand
expand 0 comments
pull request successfully merged
3 commits
expand
nix: bump gomod2nix version
nix,gomod: bump gomod2nix & go mod tidy
ci: add go mod tidy & gomod2nix check CI
1/3 failed, 1/3 timeout, 1/3 success
expand
expand 0 comments
3 commits
expand
nix: bump gomod2nix version
nix,gomod: bump gomod2nix & go mod tidy
ci: add go mod tidy & gomod2nix check CI
1/3 failed, 1/3 timeout, 1/3 success
expand
expand 0 comments
3 commits
expand
nix: bump gomod2nix version
nix,gomod: bump gomod2nix & go mod tidy
ci: add go mod tidy & gomod2nix check CI
1/3 failed, 1/3 timeout, 1/3 success
expand
expand 0 comments
3 commits
expand
nix: bump gomod2nix version
nix,gomod: bump gomod2nix & go mod tidy
ci: add go mod tidy & gomod2nix check CI
1/3 failed, 2/3 success
expand
expand 0 comments
3 commits
expand
nix: bump gomod2nix version
nix,gomod: bump gomod2nix & go mod tidy
ci: add go mod tidy & gomod2nix check CI
1/3 failed, 1/3 timeout, 1/3 success
expand
expand 0 comments
3 commits
expand
nix: bump gomod2nix version
nix,gomod: bump gomod2nix & go mod tidy
ci: add go mod tidy & gomod2nix check CI
1/3 failed, 1/3 timeout, 1/3 success
expand
expand 0 comments
1 commit
expand
ci: add go mod tidy & gomod2nix check CI
1/3 failed, 1/3 timeout, 1/3 success
expand
expand 2 comments

lgtm when ci passing!

That's because this PR is failing with its own workflow definition lol. The master branch needs go mod tidy & nix run .#gomod2nix. gomod2nix build error has been addressed by #902.

We shouldn't run workflows defined in PR at all btw.