Update stylua job in GitHub workflow
parent
b2c5ed330e
commit
0999ed109e
|
@ -60,9 +60,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run stylua
|
||||
uses: JohnnyMorganz/stylua-action@1.0.0
|
||||
uses: JohnnyMorganz/stylua-action@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: latest
|
||||
args: --check .
|
||||
luacheck:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue