Skip to content

[react] Fix typings for QuilttButton onLoad handler #504

[react] Fix typings for QuilttButton onLoad handler

[react] Fix typings for QuilttButton onLoad handler #504

Workflow file for this run

name: Check TODOs
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
check-todos:
name: Check Outstanding TODOs
runs-on: ubuntu-latest
steps:
- name: Check for incomplete task list items
uses: Shopify/task-list-checker@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}