We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee95c50 commit 6133c2cCopy full SHA for 6133c2c
1 file changed
.github/workflows/linting.yaml
@@ -5,11 +5,10 @@ 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
args: --color always --check lua/
15
-
0 commit comments