Skip to content

feat: added library to extract NFT id from label + tests #1

feat: added library to extract NFT id from label + tests

feat: added library to extract NFT id from label + tests #1

name: Run nft-resolver tests
on:
pull_request:
branches:
- main
jobs:
nft-resolver-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm install --frozen-lockfile
- name: Run tests
run: npm run test