Skip to content

chore: update package and scope naming #16

chore: update package and scope naming

chore: update package and scope naming #16

Workflow file for this run

name: utils tests
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