Skip to content

ci: bump the github-actions group across 1 directory with 2 updates #146

ci: bump the github-actions group across 1 directory with 2 updates

ci: bump the github-actions group across 1 directory with 2 updates #146

Workflow file for this run

name: Lint
on:
push:
workflow_dispatch:
jobs:
lint:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: foundry-rs/foundry-toolchain@908c540300062bd5a7e473851cdb4282204cee09 # v1.9.1
- run: forge fmt --check