Skip to content

Update ESLint family #667

Update ESLint family

Update ESLint family #667

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 10
uses: actions/setup-node@v2
with:
node-version: 10
- name: Run linter
run: |
npm install
npm run lint