ci: update stylua action

master
Christian Clason 2 years ago committed by Christian Clason
parent 19bdbb657d
commit 1290fdf6f2

@ -23,9 +23,9 @@ jobs:
name: StyLua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Lint with stylua
uses: JohnnyMorganz/stylua-action@1.0.0
uses: JohnnyMorganz/stylua-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .

Loading…
Cancel
Save