Skip to content

Commit

Permalink
workflow: Fix luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed May 20, 2021
1 parent c2d1456 commit 64a4faf
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 @@ -24,7 +24,7 @@ jobs:
- name: Run luacheck
uses: nebularg/actions-luacheck@v1
with:
args: -q
args: -qo 011

- name: Package Classic
uses: BigWigsMods/packager@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 @@ -24,7 +24,7 @@ jobs:
- name: Run luacheck
uses: nebularg/actions-luacheck@v1
with:
args: -q
args: -qo 011

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

0 comments on commit 64a4faf

Please sign in to comment.