Skip to content

chore(deps-dev): bump @types/node from 20.16.5 to 22.5.5 #33

chore(deps-dev): bump @types/node from 20.16.5 to 22.5.5

chore(deps-dev): bump @types/node from 20.16.5 to 22.5.5 #33

Workflow file for this run

name: ESLint
on:
pull_request:
jobs:
eslint:
name: Run eslint scanning
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint