Skip to content

📝 docs(README): fix api document link #8

📝 docs(README): fix api document link

📝 docs(README): fix api document link #8

Workflow file for this run

name: skylight-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