Skip to content

PLAT-14148: Migrating CLI to new repo #2647

PLAT-14148: Migrating CLI to new repo

PLAT-14148: Migrating CLI to new repo #2647

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- develop
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- run: yarn install
- uses: crowdbotics/action-eslint@v2.2.1
with:
eslint-args: "--config .eslintrc.json --ignore-path=.gitignore --quiet"
extensions: "js,jsx,ts,tsx"
annotations: true