We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24499e4 commit c9983e4Copy full SHA for c9983e4
.github/workflows/lint.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: JohnnyMorganz/stylua-action@v4
19
with:
20
token: ${{ secrets.GITHUB_TOKEN }}
21
+ version: latest # Specify the stylua version
22
# args: --check . # stylua action runs check by default
23
24
- name: Run lint check via Makefile
0 commit comments