Skip to content

Bump fast-xml-parser from 4.4.0 to 4.4.1 in /examples/react-native-expo in the npm_and_yarn group across 1 directory #419

Bump fast-xml-parser from 4.4.0 to 4.4.1 in /examples/react-native-expo in the npm_and_yarn group across 1 directory

Bump fast-xml-parser from 4.4.0 to 4.4.1 in /examples/react-native-expo in the npm_and_yarn group across 1 directory #419

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