Skip to content

ESLint v9 にアップデート #1

ESLint v9 にアップデート

ESLint v9 にアップデート #1

Workflow file for this run

name: Node.js files
on:
pull_request:
branches:
- main
paths:
- 'astro/build/**/*.js'
- 'astro/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 node-lint -w '@w0s.jp/astro'