Skip to content

Merge pull request #111 from morpho-org/chore/ci_update #264

Merge pull request #111 from morpho-org/chore/ci_update

Merge pull request #111 from morpho-org/chore/ci_update #264

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
env:
FOUNDRY_PROFILE: ci
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Check format
run: forge fmt --check