Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Consolidate the internal mechanisms for multi-references #198

Consolidate the internal mechanisms for multi-references

Consolidate the internal mechanisms for multi-references #198

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm test