Skip to content

Added updated Mojaloop license #21

Added updated Mojaloop license

Added updated Mojaloop license #21

Workflow file for this run

name: Unit test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Audit
run: npm audit
- name: Unit test
run: npm run test