Skip to content

Enable useServiceEffect to receive a Promisable service param #17

Enable useServiceEffect to receive a Promisable service param

Enable useServiceEffect to receive a Promisable service param #17

Workflow file for this run

name: Quality Checks
on:
workflow_dispatch:
pull_request:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: Optum/react-hooks/.github/actions/setup@main
- name: Run TypeScript Build
run: yarn build
test:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: Optum/react-hooks/.github/actions/setup@main
- name: Run Unit Tests
run: yarn jest