Skip to content

make sure the implementation in the headers is in a <dd><a> (#1899) #2724

make sure the implementation in the headers is in a <dd><a> (#1899)

make sure the implementation in the headers is in a <dd><a> (#1899) #2724

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@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
cache: npm
- run: npm ci
- run: npm run lint