Skip to content

Merge branch 'main' into deewai/dont-panic-if-entry-doesnt-exist #27

Merge branch 'main' into deewai/dont-panic-if-entry-doesnt-exist

Merge branch 'main' into deewai/dont-panic-if-entry-doesnt-exist #27

Workflow file for this run

name: Test
on:
push:
paths:
- "locked-nft/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: '1.21'
- run: cd locked-nft && make test