Skip to content

chore: pinned foundry actions to a sha hash #330

chore: pinned foundry actions to a sha hash

chore: pinned foundry actions to a sha hash #330

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
run-linters:
name: Forge Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773
with:
version: nightly
- name: Run tests
run: forge fmt --check