Skip to content

ESLint v9 にアップデート #1

ESLint v9 にアップデート

ESLint v9 にアップデート #1

Workflow file for this run

name: Node.js files (Express)
on:
pull_request:
branches:
- main
paths:
- 'express/src/**/*.ts'
- 'express/eslint.config.js'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run lint -w '@w0s.jp/express'