Skip to content

Update actions/setup-python action to v6 #2407

Update actions/setup-python action to v6

Update actions/setup-python action to v6 #2407

Workflow file for this run

name: Format Checks
on:
push:
branches:
- main
paths:
- "contracts/**"
- ".github/**"
pull_request:
branches:
- main
paths:
- "contracts/**"
- ".github/**"
jobs:
run-format:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- name: install foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: v1.5.1
- name: run formatting checks
run: forge fmt --check