We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb0125 commit be72f4bCopy full SHA for be72f4b
1 file changed
.github/workflows/ci.yml
@@ -73,6 +73,8 @@ jobs:
73
steps:
74
- name: Checkout
75
uses: actions/checkout@v6
76
+ with:
77
+ fetch-depth: 0
78
79
- name: React Doctor
80
id: react_doctor
@@ -81,6 +83,7 @@ jobs:
81
83
directory: .
82
84
project: goods-go
85
verbose: true
86
+ diff: ${{ github.base_ref || 'main' }}
87
fail-on: none
88
node-version: "24"
89
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments