Skip to content

Merge pull request #16 from benwrigley/windows-directory-compatible #5

Merge pull request #16 from benwrigley/windows-directory-compatible

Merge pull request #16 from benwrigley/windows-directory-compatible #5

Workflow file for this run

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