Skip to content

feat!: improve semantics of map.intersection and map.difference (… #60

feat!: improve semantics of map.intersection and map.difference (…

feat!: improve semantics of map.intersection and map.difference (… #60

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout/install
uses: adamhamlin/checkout-node-project@v1
- name: Run Tests
run: npm run test:ci