Skip to content

build(deps): bump typescript-eslint from 8.46.1 to 8.46.2 #1021

build(deps): bump typescript-eslint from 8.46.1 to 8.46.2

build(deps): bump typescript-eslint from 8.46.1 to 8.46.2 #1021

Workflow file for this run

name: Lint Check
on:
pull_request:
branches: [main]
permissions: read-all
jobs:
cypress-run:
name: Run linting
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout for linting
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
persist-credentials: false
- name: Use Node.js LTS version
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
with:
node-version: lts/Jod
- name: Install Dependencies
run: npm ci
- name: Check lint
run: npm run lint