Skip to content

Merge pull request #70 from richardsimko/master #695

Merge pull request #70 from richardsimko/master

Merge pull request #70 from richardsimko/master #695

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Installing
run: npm install
- name: Testing
run: npm test