Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Bump eslint from 8.56.0 to 8.57.0 #539

Bump eslint from 8.56.0 to 8.57.0

Bump eslint from 8.56.0 to 8.57.0 #539

Workflow file for this run

# Based on Node.js starter workflow
# https://github.com/actions/starter-workflows/blob/main/ci/node.js.yml
name: Lint
on:
pull_request:
branches: [ gh-pages ]
push:
branches: [ "**" ]
jobs:
Lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint