Skip to content

Merge pull request #10 from openfort-xyz/post-audit/ver-0.5.1 #282

Merge pull request #10 from openfort-xyz/post-audit/ver-0.5.1

Merge pull request #10 from openfort-xyz/post-audit/ver-0.5.1 #282

Workflow file for this run

on:
push
name: Check Format
jobs:
check:
name: Check Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Check format
run: |
forge --version
forge fmt --check