Skip to content

Bump actions/upload-artifact from 4 to 5 #38

Bump actions/upload-artifact from 4 to 5

Bump actions/upload-artifact from 4 to 5 #38

Workflow file for this run

name: Lint Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v5
with:
node-version: 24
- name: Install dependencies
run: npm install
- name: Run ESLint (npm test)
run: npm test