We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1ee9c commit 13096caCopy full SHA for 13096ca
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
- name: Lint with stylua
26
- uses: JohnnyMorganz/stylua-action@1.0.0
+ uses: JohnnyMorganz/stylua-action@2
27
with:
28
token: ${{ secrets.GITHUB_TOKEN }}
29
args: --check .
0 commit comments