Skip to content

ci: add job to check the bindings are up to date #7

ci: add job to check the bindings are up to date

ci: add job to check the bindings are up to date #7

Workflow file for this run

name: Bindings
on:
push:
branches:
- dev
pull_request:
jobs:
check:
strategy:
fail-fast: true
name: Check bindings are up to date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: v0.3.0
- name: Generate new bindings
run: make bindings
- name: Compare bindings
run: git diff --exit-code