Skip to content

Commit 2e13000

Browse files
committed
build: fix broken stylua action
1 parent d8fc6a5 commit 2e13000

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
name: lint
1515
steps:
1616
- uses: actions/checkout@v4
17-
1817
- uses: JohnnyMorganz/stylua-action@v4
1918
with:
2019
token: ${{ secrets.GITHUB_TOKEN }}
21-
version: latest
2220
args: --check . -g '*.lua' -g '!deps/'
2321

2422
test:

0 commit comments

Comments
 (0)