Skip to content

Merge pull request #398 from trojs/feature/truncate-limit #1024

Merge pull request #398 from trojs/feature/truncate-limit

Merge pull request #398 from trojs/feature/truncate-limit #1024

Workflow file for this run

name: Node Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js 20
uses: actions/setup-node@v6
with:
node-version: 24
cache: "npm"
- name: npm lint
run: |
npm ci
npm run lint
env:
CI: true