We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfeb789 commit 6171295Copy full SHA for 6171295
.github/workflows/code-check.yml
@@ -26,6 +26,8 @@ jobs:
26
steps:
27
- name: Checkout code
28
uses: actions/checkout@v4
29
+ with:
30
+ fetch-depth: 2
31
32
- name: Set up Python
33
uses: actions/setup-python@v4
0 commit comments