Skip to content

fix: factory interface solidity version #240

fix: factory interface solidity version

fix: factory interface solidity version #240

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
env:
FOUNDRY_PROFILE: ci
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