We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38e2fd commit 9a20e1fCopy full SHA for 9a20e1f
1 file changed
.github/workflows/pr-checks.yml
@@ -23,7 +23,8 @@ jobs:
23
- name: Checkout code
24
id: checkout
25
uses: actions/checkout@v5
26
-
+ with:
27
+ fetch-depth: 0
28
- name: Setup toolchain with mise
29
uses: jdx/mise-action@v2
30
0 commit comments