Skip to content

Follow up on #388 review comments (#391) #1401

Follow up on #388 review comments (#391)

Follow up on #388 review comments (#391) #1401

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- run: npm ci
- run: npm run lint