Skip to content

chore(deps): bump secp256k1 from 4.0.3 to 4.0.4 #437

chore(deps): bump secp256k1 from 4.0.3 to 4.0.4

chore(deps): bump secp256k1 from 4.0.3 to 4.0.4 #437

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run Linter
run: forge fmt --check