Skip to content

Fix @inngest/test automatic spying not accounting for step.** #2204

Fix @inngest/test automatic spying not accounting for step.**

Fix @inngest/test automatic spying not accounting for step.** #2204

name: GitHub PR Task List Checker
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
task-list-checker:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
steps:
- name: Check for incomplete task list items
uses: Shopify/task-list-checker@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}