Skip to content

Merge pull request #111 from morpho-org/fix/correct-readme #150

Merge pull request #111 from morpho-org/fix/correct-readme

Merge pull request #111 from morpho-org/fix/correct-readme #150

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
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run Linter
run: yarn lint