Skip to content

fix: removed IS_BRIDGE_ENABLED and ENABLE_LMP #532

fix: removed IS_BRIDGE_ENABLED and ENABLE_LMP

fix: removed IS_BRIDGE_ENABLED and ENABLE_LMP #532

Workflow file for this run

name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
- run: yarn install
- run: yarn run lint