Skip to content

feat: add common feature to eigensdk's full #177

feat: add common feature to eigensdk's full

feat: add common feature to eigensdk's full #177

Workflow file for this run

name: Bindings
on:
push:
branches: [main]
pull_request:
branches: [ '**' ]
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Check bindings are up to date
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: v0.3.0
- name: Show Forge version
run: forge --version
- name: Generate new bindings
run: |
make bindings_host
cargo fmt
- name: Compare existing and new bindings
working-directory: crates/utils/src/
run: git diff --exit-code