Skip to content

fix

fix #1728

Workflow file for this run

on: [push, pull_request]
name: lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install deps
run: yarn install
- name: Install deps again :3
run: yarn install:all
- name: Run ESLint
run: yarn lint