Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Dependency(deps-dev): Bump typescript-eslint from 8.39.1 to 8.41.0 #267

Dependency(deps-dev): Bump typescript-eslint from 8.39.1 to 8.41.0

Dependency(deps-dev): Bump typescript-eslint from 8.39.1 to 8.41.0 #267

Workflow file for this run

name: Check ESLint
on:
workflow_dispatch:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install and Lint
run: |
npm install
npm run lint