Skip to content

Updated image uploads for new Web3 Storage upload api #979

Updated image uploads for new Web3 Storage upload api

Updated image uploads for new Web3 Storage upload api #979

Workflow file for this run

name: Code Format Checks
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.14.0
cache: "npm"
- name: Run Code Format Check
run: |
npm install
npm run fmt:check