Skip to content

Commit a663729

Browse files
committed
chore: standardize repository tooling
1 parent 08a9beb commit a663729

4 files changed

Lines changed: 186 additions & 118 deletions

File tree

.github/workflows/react-doctor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: React Doctor
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [master]
7+
8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
issues: write
12+
statuses: write
13+
14+
jobs:
15+
react-doctor:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v5
19+
with:
20+
fetch-depth: 0
21+
- uses: millionco/react-doctor@v2

0 commit comments

Comments
 (0)