Skip to content

chore: Replace pr-mpt with prompt (#67) #104

chore: Replace pr-mpt with prompt (#67)

chore: Replace pr-mpt with prompt (#67) #104

Workflow file for this run

name: "Tests (Unit)"
on:
push:
branches:
- "**"
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run test