Skip to content

ci: bump actions/checkout in the github-actions group #145

ci: bump actions/checkout in the github-actions group

ci: bump actions/checkout in the github-actions group #145

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@b00af27efadbc7b4ca8b82abbd903b17cc874d2a # v1.9.0
- run: forge fmt --check