Skip to content

Dependency(deps-dev): Bump inversify from 6.2.2 to 7.10.2 #285

Dependency(deps-dev): Bump inversify from 6.2.2 to 7.10.2

Dependency(deps-dev): Bump inversify from 6.2.2 to 7.10.2 #285

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