Skip to content

Performance Improvement (#856) #1675

Performance Improvement (#856)

Performance Improvement (#856) #1675

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint