Skip to content

feat: add ESM support #163

feat: add ESM support

feat: add ESM support #163

Workflow file for this run

name: Linting
on:
push:
branches: [master, main]
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: npm run lint