Skip to content

Bump eslint from 8.50.0 to 8.51.0 #3636

Bump eslint from 8.50.0 to 8.51.0

Bump eslint from 8.50.0 to 8.51.0 #3636

Workflow file for this run

name: test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Install modules
run: npm install
- name: Run tests
run: npm run test:ci