Skip to content

Merge pull request #1329 from Polkadex-Substrate/feat/direct #485

Merge pull request #1329 from Polkadex-Substrate/feat/direct

Merge pull request #1329 from Polkadex-Substrate/feat/direct #485

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