Skip to content

Revert "build(lib): remove morpho-blue-irm" #940

Revert "build(lib): remove morpho-blue-irm"

Revert "build(lib): remove morpho-blue-irm" #940

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:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/install
- name: Run Linter
run: yarn lint