Skip to content

Gas optimization certora (ETH-1626) (#252) #1885

Gas optimization certora (ETH-1626) (#252)

Gas optimization certora (ETH-1626) (#252) #1885

Workflow file for this run

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