Skip to content

Bump next from 13.4.7 to 13.5.0 in /ECMAScript/react/test-apps/nextjs #39

Bump next from 13.4.7 to 13.5.0 in /ECMAScript/react/test-apps/nextjs

Bump next from 13.4.7 to 13.5.0 in /ECMAScript/react/test-apps/nextjs #39

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