Skip to content

✨ feat(updateApiDocumentation): add updating api documentati… #7

✨ feat(updateApiDocumentation): add updating api documentati…

✨ feat(updateApiDocumentation): add updating api documentati… #7

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