Skip to content

feat: updated DID Spaces NFT test cases #196

feat: updated DID Spaces NFT test cases

feat: updated DID Spaces NFT test cases #196

Workflow file for this run

name: Integration
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Init
run: make github-init
- name: Lint
run: make precommit