Skip to content

deps: bump eslint from 8.56.0 to 9.15.0 #225

deps: bump eslint from 8.56.0 to 9.15.0

deps: bump eslint from 8.56.0 to 9.15.0 #225

Workflow file for this run

name: linter
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
- name: Run Lint
run: npm run lint