Skip to content

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 #40

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 #40

name: Contract Bindings
on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
- release-*
workflow_dispatch:
jobs:
contract-bindings:
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
name: Cancel Outdated Builds
with:
all_but_latest: true
access_token: ${{ github.token }}
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Install abigen
uses: gacts/install-geth-tools@v1
- name: Version Check
run: |
forge --version
abigen --version
- name: Install Just
run: |
wget https://github.com/casey/just/releases/download/1.14.0/just-1.14.0-x86_64-unknown-linux-musl.tar.gz
tar -vxf just-1.14.0-x86_64-unknown-linux-musl.tar.gz just
sudo cp just /usr/bin/just
- uses: actions/checkout@v4
name: Checkout Repository
with:
submodules: recursive
- name: Generate Bindings
run: |
just bind
git diff --exit-code