Skip to content

Bump actions/checkout from 5.0.1 to 6.0.0 #6317

Bump actions/checkout from 5.0.1 to 6.0.0

Bump actions/checkout from 5.0.1 to 6.0.0 #6317

Workflow file for this run

name: Lint pushes/PRs
on: [push, pull_request]
permissions:
contents: read
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint