Skip to content

refactor: one-time cleanups use for instead of foreach #15

refactor: one-time cleanups use for instead of foreach

refactor: one-time cleanups use for instead of foreach #15

Workflow file for this run

name: Run Unit Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "16"
- name: Install deps and build
run: npm ci
- name: Test
run: npm test