Skip to content

Merge pull request #3 from fhoering/main #15

Merge pull request #3 from fhoering/main

Merge pull request #3 from fhoering/main #15

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: npm install
- run: npm test