Skip to content

test: ci testing

test: ci testing #5

Workflow file for this run

name: lint-check
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '23.x'
cache: 'npm'
- run: make install
- run: make lint