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
+1 -1
Interdiff #2 โ†’ #3
+1 -1
.tangled/workflows/test.yml
··· 19 19 20 20 - name: run gomod2nix 21 21 command: | 22 - rm -r /homeless-shelter 22 + nix develop 23 23 nix run .#gomod2nix 24 24 25 25 - name: verify no changes
flake.lock

This file has not been changed.

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.