Skip to content

Disable foundry linting #15

Disable foundry linting

Disable foundry linting #15

name: Verify Briefcase
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
verify-briefcase:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
- name: Compile Briefcase
run: |
forge --version
forge install
./script/util/create_briefcase.sh