Skip to content

Commit be72f4b

Browse files
committed
[fix] React Doctorを差分スキャンで実行する
1 parent ffb0125 commit be72f4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
steps:
7474
- name: Checkout
7575
uses: actions/checkout@v6
76+
with:
77+
fetch-depth: 0
7678

7779
- name: React Doctor
7880
id: react_doctor
@@ -81,6 +83,7 @@ jobs:
8183
directory: .
8284
project: goods-go
8385
verbose: true
86+
diff: ${{ github.base_ref || 'main' }}
8487
fail-on: none
8588
node-version: "24"
8689
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)