Skip to content

feat(useAsyncIter): allow initial value to be a function, called once on mount #104

feat(useAsyncIter): allow initial value to be a function, called once on mount

feat(useAsyncIter): allow initial value to be a function, called once on mount #104

name: CI - ESLint check
on:
pull_request:
branches: [master]
jobs:
lint_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: ./.github/actions/ci-common-setup
- name: Lint check
run: pnpm exec eslint --cache