We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee95c50 commit 45b52d1Copy full SHA for 45b52d1
1 file changed
.github/workflows/linting.yaml
@@ -5,11 +5,11 @@ on: [pull_request]
5
jobs:
6
stylua:
7
name: stylua
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
11
- - uses: JohnnyMorganz/stylua-action@1.0.0
+ - uses: actions/checkout@v6
+ - uses: JohnnyMorganz/stylua-action@v4
12
with:
13
token: ${{ secrets.GITHUB_TOKEN }}
14
+ version: latest
15
args: --color always --check lua/
-
0 commit comments