Skip to content

Bump eslint from 7.27.0 to 8.54.0 #316

Bump eslint from 7.27.0 to 8.54.0

Bump eslint from 7.27.0 to 8.54.0 #316

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 10
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test