Skip to content

fix(cmd/gno/clean): allow to run gno clean -modcache from anywhere + rename and use gnomod.ModCachePath + tmp GNOHOME in main tests #353

fix(cmd/gno/clean): allow to run gno clean -modcache from anywhere + rename and use gnomod.ModCachePath + tmp GNOHOME in main tests

fix(cmd/gno/clean): allow to run gno clean -modcache from anywhere + rename and use gnomod.ModCachePath + tmp GNOHOME in main tests #353

Workflow file for this run

name: Ensure go.mods are tidied
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
jobs:
main:
name: Ensure go.mods are tidied
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Check go.mod files are up to date
working-directory: ${{ inputs.modulepath }}
run: |
make tidy VERIFY_MOD_SUMS=true