Skip to content

chore(deps-dev): bump typescript from 5.4.5 to 5.6.2 #8

chore(deps-dev): bump typescript from 5.4.5 to 5.6.2

chore(deps-dev): bump typescript from 5.4.5 to 5.6.2 #8

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