Skip to content

refactor: use registry contract instance to call tokenURI() #238

refactor: use registry contract instance to call tokenURI()

refactor: use registry contract instance to call tokenURI() #238

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node 16
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Prettify code
uses: creyD/[email protected]
with:
dry: True
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}