Skip to content

feat: Update IPFS Gateway to Pinata #267

feat: Update IPFS Gateway to Pinata

feat: Update IPFS Gateway to Pinata #267

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 }}