Skip to content

Commit

Permalink
Merge pull request #46 from aaronjae22/workflow_update_fetch_depth
Browse files Browse the repository at this point in the history
Update fetch depth
  • Loading branch information
aaronjae22 authored Mar 14, 2024
2 parents 923abef + 78ecf37 commit c0cefbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/article-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0
- run: echo "Checkout code"

- name: Setup Python ${{ matrix.python-version}}
Expand Down

0 comments on commit c0cefbf

Please sign in to comment.