Skip to content

ci: add workflow to ensure go.mod files are tidied (#3025) #82

ci: add workflow to ensure go.mod files are tidied (#3025)

ci: add workflow to ensure go.mod files are tidied (#3025) #82

Workflow file for this run

name: gnovm
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
jobs:
main:
name: Run Main
uses: ./.github/workflows/main_template.yml
with:
modulepath: "gnovm"
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
fmt:
name: Run Gno Fmt
uses: ./.github/workflows/gnofmt_template.yml
with:
path: "gnovm/stdlibs/..."
go-version: "1.22.x"