Skip to content

chore(deps): bump the github-actions group with 4 updates #55

chore(deps): bump the github-actions group with 4 updates

chore(deps): bump the github-actions group with 4 updates #55

Workflow file for this run

name: React Doctor
on:
pull_request:
branches: [master]
permissions:
contents: read
pull-requests: write
concurrency:
group: react-doctor-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
react-doctor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: millionco/react-doctor@f07ee37598360b7d761505afe6960f9fd2f93595
with:
github-token: ${{ secrets.GITHUB_TOKEN }}