Skip to content

Commit

Permalink
ci: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbrgn committed Dec 16, 2023
1 parent f2f79d0 commit f897a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:

steps:
- name: Checkout addon
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
fetch-depth: 100
fetch-depth: 0

- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
with:
args: -qo 011
args: -q

- name: Package Retail
uses: BigWigsMods/packager@master
Expand Down

0 comments on commit f897a20

Please sign in to comment.