Skip to content

Process 2025: s/Draft Note/Note Draft/ and s/Draft Registry/Registry … #3067

Process 2025: s/Draft Note/Note Draft/ and s/Draft Registry/Registry …

Process 2025: s/Draft Note/Note Draft/ and s/Draft Registry/Registry … #3067

Workflow file for this run

name: Lint JS
on:
push:
paths:
- '**/*.js'
- 'package.json'
pull_request:
paths:
- '**/*.js'
- 'package.json'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
cache: npm
- run: npm ci
- run: npm run lint