Skip to content

Commit

Permalink
dev: checkout v4 changelog checkout action & sparce checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Mar 1, 2024
1 parent 83c0c83 commit bfb32f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/changelog-check.yaml
Expand Up @@ -20,10 +20,15 @@ jobs:

# Git Checkout
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: "${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
fetch-depth: 0
sparse-checkout: |
docs
overrides
.github
CHANGELOG.md
- run: echo "🐙 Sparse Checkout of ${{ github.repository }} repository to the CI runner."

# Changelog Enforcer
- name: Changelog Enforcer
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -16,3 +16,5 @@
- kitty: install script and configuration
- source-control: refactor and simplify introduciton
- practices: deliberate practice and code kata
- dev: checkout v4 changelog checkout action & sparce checkout

0 comments on commit bfb32f1

Please sign in to comment.