Skip to content

build(deps): bump alloy-consensus from 1.1.3 to 1.2.1 #2483

build(deps): bump alloy-consensus from 1.1.3 to 1.2.1

build(deps): bump alloy-consensus from 1.1.3 to 1.2.1 #2483

Workflow file for this run

name: CI - Lint
on:
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
clippy_check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install just
uses: extractions/setup-just@v2
- name: Run Lint
run: just lint