Skip to content

Bump eslint from 8.51.0 to 8.56.0 #111

Bump eslint from 8.51.0 to 8.56.0

Bump eslint from 8.51.0 to 8.56.0 #111

Workflow file for this run

name: Test
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint