Skip to content

Commit 1def9eb

Browse files
dev: sparse checkout scheduled version workflow
1 parent 39a03b8 commit 1def9eb

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

β€Ž.github/workflows/scheduled-version-check.yamlβ€Ž

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ jobs:
3131
- run: echo "🐧 Job running on ${{ runner.os }} server"
3232
- run: echo "πŸ™ Using ${{ github.ref }} branch from ${{ github.repository }} repository"
3333

34-
- name: "Checkout code"
34+
- name: Checkout Code
3535
uses: actions/checkout@v4
36-
- run: echo "πŸ™ ${{ github.repository }} repository was cloned to the runner."
37-
36+
with:
37+
fetch-depth: 0
38+
sparse-checkout: |
39+
.github
40+
- run: echo "πŸ™ ${{ github.repository }} repository sparse-checkout to the CI runner."
3841
- name: "Antq Check versions"
3942
uses: liquidz/antq-action@main
4043
with:
@@ -44,4 +47,3 @@ jobs:
4447
# Summary
4548
- run: echo "🎨 library versions checked with liquidz/antq"
4649
- run: echo "🍏 Job status is ${{ job.status }}."
47-

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- dev: signed commit checkbox in pull request template
1818
- dev: skip readme change and sparse checkout for changelog check workflow
1919
- dev: checkout v4 & python v5 actions in publish-book workflow
20+
- dev: sparse checkout scheduled version workflow
2021

2122
## Added
2223
- button link to Clojure CLI releases changelog to view available versions

0 commit comments

Comments
Β (0)