Skip to content

Extreme tests - Mint redeem (initial setup) #12

Extreme tests - Mint redeem (initial setup)

Extreme tests - Mint redeem (initial setup) #12

Workflow file for this run

name: Build Process
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install Dependencies
run: yarn --immutable
- name: Build Contracts
run: |
forge build
- name: Contract Size Check
continue-on-error: true
run: |
yarn size