Skip to content

feat: purchase with recipient #133

feat: purchase with recipient

feat: purchase with recipient #133

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: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16.13.2"
- run: npm install
- 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