Skip to content

feat(gnomod): forbid require and find dependencies without it #9789

feat(gnomod): forbid require and find dependencies without it

feat(gnomod): forbid require and find dependencies without it #9789

Workflow file for this run

name: gno.land
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
jobs:
main:
name: Run Main
uses: ./.github/workflows/main_template.yml
with:
modulepath: "gno.land"
tests-extra-args: "-coverpkg=github.com/gnolang/gno/gno.land/..."
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}