Skip to content

ci: remove conflicting option to push benchmark on github pages (#2895) #77

ci: remove conflicting option to push benchmark on github pages (#2895)

ci: remove conflicting option to push benchmark on github pages (#2895) #77

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"