Skip to content

Commit

Permalink
dev: sparse checkout scheduled version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Mar 1, 2024
1 parent 39a03b8 commit 1def9eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/scheduled-version-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ jobs:
- run: echo "🐧 Job running on ${{ runner.os }} server"
- run: echo "πŸ™ Using ${{ github.ref }} branch from ${{ github.repository }} repository"

- name: "Checkout code"
- name: Checkout Code
uses: actions/checkout@v4
- run: echo "πŸ™ ${{ github.repository }} repository was cloned to the runner."

with:
fetch-depth: 0
sparse-checkout: |
.github
- run: echo "πŸ™ ${{ github.repository }} repository sparse-checkout to the CI runner."
- name: "Antq Check versions"
uses: liquidz/antq-action@main
with:
Expand All @@ -44,4 +47,3 @@ jobs:
# Summary
- run: echo "🎨 library versions checked with liquidz/antq"
- run: echo "🍏 Job status is ${{ job.status }}."

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- dev: signed commit checkbox in pull request template
- dev: skip readme change and sparse checkout for changelog check workflow
- dev: checkout v4 & python v5 actions in publish-book workflow
- dev: sparse checkout scheduled version workflow

## Added
- button link to Clojure CLI releases changelog to view available versions
Expand Down

0 comments on commit 1def9eb

Please sign in to comment.