Skip to content

🔖 chore(package): bump verison to 0.1.0 #4

🔖 chore(package): bump verison to 0.1.0

🔖 chore(package): bump verison to 0.1.0 #4

Workflow file for this run

name: Pull request
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run unit tests
run: yarn test:ci