Skip to content

Bump semver from 5.7.1 to 5.7.2 #72

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #72

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 }}