Skip to content

Merge pull request #1 from xendit/dependabot/npm_and_yarn/word-wrap-1… #10

Merge pull request #1 from xendit/dependabot/npm_and_yarn/word-wrap-1…

Merge pull request #1 from xendit/dependabot/npm_and_yarn/word-wrap-1… #10

Workflow file for this run

name: "Unit Test"
on:
pull_request:
push:
branches:
- main
jobs:
# unit tests
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm run test