Skip to content

chore: update iota 2.0 testnet explorer #6797

chore: update iota 2.0 testnet explorer

chore: update iota 2.0 testnet explorer #6797

Workflow file for this run

name: Type Check
on:
pull_request:
push:
branches:
- 'develop'
jobs:
check-types:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.15.0
- name: Install Dependencies
run: yarn --ignore-scripts
- name: Check types
run: yarn check-types