Skip to content

fix(no-expression-statements): ignore Promise<void> when ignoreVoid is set #113

fix(no-expression-statements): ignore Promise<void> when ignoreVoid is set

fix(no-expression-statements): ignore Promise<void> when ignoreVoid is set #113

Workflow file for this run

name: Type Check
on:
pull_request:
workflow_dispatch:
workflow_call:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run typecheck