Skip to content

Merge pull request #13 from habib1351/issue/5 #56

Merge pull request #13 from habib1351/issue/5

Merge pull request #13 from habib1351/issue/5 #56

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm install
- run: |
npm run test