Skip to content

feat: fix modal fetching items by creator along the nfts on sale #1720

feat: fix modal fetching items by creator along the nfts on sale

feat: fix modal fetching items by creator along the nfts on sale #1720

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webapp
steps:
- uses: actions/checkout@master
- name: Install
run: npm ci
- name: Audit signatures
run: npm audit signatures