Skip to content

Dependency(deps-dev): Bump typescript from 5.8.3 to 5.9.3 #283

Dependency(deps-dev): Bump typescript from 5.8.3 to 5.9.3

Dependency(deps-dev): Bump typescript from 5.8.3 to 5.9.3 #283

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