Skip to content

(WIP) Implementations and tests for a new useAsyncIterMemo hook #65

(WIP) Implementations and tests for a new useAsyncIterMemo hook

(WIP) Implementations and tests for a new useAsyncIterMemo hook #65

name: CI - build check
on:
pull_request:
branches: [master]
jobs:
ts_build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/ci-common-setup
- name: TypeScript test build
run: pnpm run build-check