Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.

Bump actions/checkout from 7.0.0 to 7.0.1 #1810

Bump actions/checkout from 7.0.0 to 7.0.1

Bump actions/checkout from 7.0.0 to 7.0.1 #1810

Workflow file for this run

name: Lint pushes/PRs
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout repository code
uses: actions/checkout@v7.0.1
- name: Set up Node.js
uses: actions/setup-node@v7.0.0
with:
node-version: 24
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint