Skip to content

chore: relicense from MIT to Apache 2.0 #27

chore: relicense from MIT to Apache 2.0

chore: relicense from MIT to Apache 2.0 #27

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24"
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint