Skip to content

refactor: use lodash random #8

refactor: use lodash random

refactor: use lodash random #8

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