Skip to content

Filter out dupes when resolving history through legacy mappings #17

Filter out dupes when resolving history through legacy mappings

Filter out dupes when resolving history through legacy mappings #17

Workflow file for this run

on:
pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
check-latest: false
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test