Skip to content

chore: warn metadata ipfs hash update in web #38

chore: warn metadata ipfs hash update in web

chore: warn metadata ipfs hash update in web #38

Workflow file for this run

name: Rewards distribution
on:
workflow_dispatch:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
check:
strategy:
fail-fast: true
name: Typescript scripts
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn