Skip to content

Commit 13096ca

Browse files
committed
ci: fix stylua action
1 parent da1ee9c commit 13096ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Lint with stylua
26-
uses: JohnnyMorganz/stylua-action@1.0.0
26+
uses: JohnnyMorganz/stylua-action@2
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
args: --check .

0 commit comments

Comments
 (0)