Skip to content

Merge pull request #1 from Rdataflow/fix-rmsync-on-windows #10

Merge pull request #1 from Rdataflow/fix-rmsync-on-windows

Merge pull request #1 from Rdataflow/fix-rmsync-on-windows #10

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test