Skip to content

FEUIUX-407 feat: add no-deprecated-components rule #61

FEUIUX-407 feat: add no-deprecated-components rule

FEUIUX-407 feat: add no-deprecated-components rule #61

Workflow file for this run

name: 'Lint test'
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
lint:
name: Lint test
runs-on: ubuntu-latest
env:
NODE_OPTIONS: "--max-old-space-size=6144"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.17.3'
- run: yarn install --frozen-lockfile
- run: yarn lint