Skip to content

Deploy FCLCrypto contract to sandbox #41

Deploy FCLCrypto contract to sandbox

Deploy FCLCrypto contract to sandbox #41

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: "1.16.2"
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: make ci