Skip to content

Bump undici from 6.16.1 to 6.19.2 in /examples/react-native-expo in the npm_and_yarn group across 1 directory #392

Bump undici from 6.16.1 to 6.19.2 in /examples/react-native-expo in the npm_and_yarn group across 1 directory

Bump undici from 6.16.1 to 6.19.2 in /examples/react-native-expo in the npm_and_yarn group across 1 directory #392

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