Skip to content

use generics on uniq #244

use generics on uniq

use generics on uniq #244

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
node: [18, 20, 22]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{matrix.node}}
- run: make lint test