Skip to content

Commit c9983e4

Browse files
committed
fix: error in action
1 parent 24499e4 commit c9983e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: JohnnyMorganz/stylua-action@v4
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
21+
version: latest # Specify the stylua version
2122
# args: --check . # stylua action runs check by default
2223

2324
- name: Run lint check via Makefile

0 commit comments

Comments
 (0)