Skip to content

Commit

Permalink
Workflow: Fix fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jun 1, 2022
1 parent 47d4cba commit 7f185e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-classic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout addon
uses: actions/checkout@v3
with:
fetch-depth: 100
fetch-depth: 0

- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout addon
uses: actions/checkout@v3
with:
fetch-depth: 100
fetch-depth: 0

- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
Expand Down

0 comments on commit 7f185e7

Please sign in to comment.