Skip to content

feat(menu-list-nft): Allow the user to click list nft (#668) #2588

feat(menu-list-nft): Allow the user to click list nft (#668)

feat(menu-list-nft): Allow the user to click list nft (#668) #2588

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "^1.18.0"
- name: Tidy go.mod
run: go mod tidy
- name: Build
run: go build ./go/...
- name: Check diff
run: git diff --exit-code