forked from tangled.org/core
Monorepo for Tangled

revert "ci: add go mod tidy & gomod2nix check CI"

This reverts commit ada8bf645f471d0aff466d4b91beb1d07dc9f4dd.

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 92dd531b ada8bf64

verified
Changed files
-17
.tangled
workflows
-17
.tangled/workflows/test.yml
··· 14 14 command: | 15 15 mkdir -p appview/pages/static; touch appview/pages/static/x 16 16 17 - - name: run go mod tidy 18 - command: go mod tidy 19 - 20 - - name: run gomod2nix 21 - command: | 22 - HOME=$(mktemp -d) 23 - echo $HOME 24 - nix run .#gomod2nix 25 - 26 - - name: verify no changes 27 - command: | 28 - if ! git diff --quiet; then 29 - echo "Error: gomod2nix produced changes. Please commit the updated files." 30 - git diff 31 - exit 1 32 - fi 33 - 34 17 - name: run linter 35 18 environment: 36 19 CGO_ENABLED: 1