File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
4447 # Summary
4548 - run : echo "π¨ library versions checked with liquidz/antq"
4649 - run : echo "π Job status is ${{ job.status }}."
47-
Original file line number Diff line number Diff line change 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
You canβt perform that action at this time.
0 commit comments