Skip to content

MAINT: Add lint check to PRs (dev) #1

MAINT: Add lint check to PRs (dev)

MAINT: Add lint check to PRs (dev) #1

Workflow file for this run

name: Check PRs
on:
pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- run: npm ci
- run: npm run lint:check