Skip to content

Use LP Shares in LP tab #1654

Use LP Shares in LP tab

Use LP Shares in LP tab #1654

Workflow file for this run

# https://turbo.build/repo/docs/ci/github-actions
name: Lint
on: [pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
- name: Lint files
run: yarn lint