Skip to content

Commit 84300ba

Browse files
committed
At least need the checkout
1 parent 4d71ed4 commit 84300ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/blueprint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
runs-on: ubuntu-latest
2323
name: Build project
2424
steps:
25-
# - name: Checkout project
26-
# uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27-
# with:
28-
# fetch-depth: 0 # Fetch all history for all branches and tags
25+
- name: Checkout project
26+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
with:
28+
fetch-depth: 0 # Fetch all history for all branches and tags
2929

3030
# - name: Build the project
3131
# uses: leanprover/lean-action@434f25c2f80ded67bba02502ad3a86f25db50709 # v1.3.0

0 commit comments

Comments
 (0)