Skip to content

chore: remove bytecode hash from compilation #54

chore: remove bytecode hash from compilation

chore: remove bytecode hash from compilation #54

Workflow file for this run

name: forge fmt
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run formatter
run: |
forge fmt --check
id: fmt