Skip to content

Bump eslint from 8.33.0 to 8.56.0 #439

Bump eslint from 8.33.0 to 8.56.0

Bump eslint from 8.33.0 to 8.56.0 #439

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- name: Installing dependencies
run: npm i
- name: Executing Linter
run: npm run lint