Skip to content

test: add unit tests for useListCollectibles hook #73

test: add unit tests for useListCollectibles hook

test: add unit tests for useListCollectibles hook #73

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: git-checkout
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Typecheck
run: pnpm check
- name: Test
run: pnpm test