Skip to content

Deleted no-longer needed strip JSD comment β†ž [auto-sync from https://… #399

Deleted no-longer needed strip JSD comment β†ž [auto-sync from https://…

Deleted no-longer needed strip JSD comment β†ž [auto-sync from https://… #399

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