Skip to content

chore(deps): bump github.com/ethereum/go-ethereum from 1.14.0 to 1.15.0 #146

chore(deps): bump github.com/ethereum/go-ethereum from 1.14.0 to 1.15.0

chore(deps): bump github.com/ethereum/go-ethereum from 1.14.0 to 1.15.0 #146

Workflow file for this run

name: Contracts CI
on:
push:
branches: [main]
pull_request:
branches: [ '**' ]
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Foundry project
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./contracts
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
- name: Show Forge version
run: forge --version
- name: Run Forge fmt
run: forge fmt --check
- name: Run Forge build
run: forge build