Skip to content

feat: p/demo/accesscontrol & p/demo/timelock #7472

feat: p/demo/accesscontrol & p/demo/timelock

feat: p/demo/accesscontrol & p/demo/timelock #7472

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"