Skip to content

Merge pull request #74 from erickhun/patch-2 #705

Merge pull request #74 from erickhun/patch-2

Merge pull request #74 from erickhun/patch-2 #705

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