Skip to content

Bump the npm_and_yarn group across 2 directories with 1 update #666

Bump the npm_and_yarn group across 2 directories with 1 update

Bump the npm_and_yarn group across 2 directories with 1 update #666

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/checkout@v5.0.0
- name: Set up Node.js
uses: actions/setup-node@v6.0.0
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint