Skip to content

Support initializer functions for init values provided to useAsyncIterMulti hook #153

Support initializer functions for init values provided to useAsyncIterMulti hook

Support initializer functions for init values provided to useAsyncIterMulti hook #153

name: CI - Prettier check
on:
pull_request:
branches: [master]
jobs:
prettier_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/ci-common-setup
- name: Prettier check
run: pnpm exec prettier --check "./{src,spec}/**/*.{ts,tsx,js,mjs,jsx}"