Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Merge pull request #17 from morpho-org/feat/create2 #35

Merge pull request #17 from morpho-org/feat/create2

Merge pull request #17 from morpho-org/feat/create2 #35

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run Linter
run: forge fmt --check