Skip to content

Commit

Permalink
chore: add fetch depth to checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
rushby committed Nov 4, 2024
1 parent 6a73791 commit 6a4f994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 6a4f994

Please sign in to comment.