Skip to content

Bump eslint from 8.51.0 to 8.55.0 #110

Bump eslint from 8.51.0 to 8.55.0

Bump eslint from 8.51.0 to 8.55.0 #110

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