Skip to content

feat: allow hook init() to be async, fixes #646 #240

feat: allow hook init() to be async, fixes #646

feat: allow hook init() to be async, fixes #646 #240

Workflow file for this run

name: Check CLA
on:
- pull_request
jobs:
check-cla:
runs-on: ubuntu-latest
name: Verify contributor
steps:
- uses: tidev/tidev-cla-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}