Skip to content

feat: eslint-plugin-smarthrを6.16.0に更新 (oxlint-config-smarthr) #6352

feat: eslint-plugin-smarthrを6.16.0に更新 (oxlint-config-smarthr)

feat: eslint-plugin-smarthrを6.16.0に更新 (oxlint-config-smarthr) #6352

Workflow file for this run

name: lint
on:
push:
branches: [master]
pull_request:
jobs:
build:
name: Node.js ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version-file: '.node-version'
- name: pnpm install, and pnpm lint
run: |
corepack enable && corepack prepare --activate
pnpm install
pnpm lint
env:
CI: true