Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

[v4.0.0] Reorganize, Reduce and Enhance #150

[v4.0.0] Reorganize, Reduce and Enhance

[v4.0.0] Reorganize, Reduce and Enhance #150

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint --max-warnings 0