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

make eslint happy

make eslint happy #2

Workflow file for this run

name: Lint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn --dev
- name: Run Linters
run: yarn lint