Skip to content

Merge pull request #8 from uswriting/memfs-fix #25

Merge pull request #8 from uswriting/memfs-fix

Merge pull request #8 from uswriting/memfs-fix #25

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