Skip to content

Deploy 721 contracts to arbitrum mainnet #235

Deploy 721 contracts to arbitrum mainnet

Deploy 721 contracts to arbitrum mainnet #235

Workflow file for this run

name: Check Contract Storage Layout
on: [pull_request]
jobs:
inspect-storage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
- name: Install project dependencies
run: yarn
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: "Inspect Storage Layout"
continue-on-error: false
id: storage-inspect-check
run: |
forge build
yarn storage-inspect:check