Skip to content

chore: standardize repository tooling #1

chore: standardize repository tooling

chore: standardize repository tooling #1

Workflow file for this run

name: React Doctor
on:
pull_request:
push:
branches: [master]
permissions:
contents: read
pull-requests: write
issues: write
statuses: write
jobs:
react-doctor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: millionco/react-doctor@v2