Skip to content

add gnolang/gno to ci #2

add gnolang/gno to ci

add gnolang/gno to ci #2

Workflow file for this run

name: gno-test
on:
pull_request:
branches:
- "*"
push:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: 'gnolang/gno'
- uses: actions/setup-go@v5
with:
go-version: 1.23.2
- run: go get -v github.com/gnolang/gno/gnovm/cmd/gno
go run github.com/gnolang/gno/gnovm/cmd/gno test -v ./api/p/memeland ./api/r/memeland

Check failure on line 26 in .github/workflows/gnotest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gnotest.yml

Invalid workflow file

You have an error in your yaml syntax on line 26