ci: add required version param to stylua-action

This is getting set to latest. The docs say this could break CI due to
changes in stylua bit right now I think that is better than maintain the
version manually.
This commit is contained in:
Ade Attwood 2022-12-07 20:29:12 +00:00
parent 238d9d184e
commit f483fc4992

View file

@ -46,6 +46,7 @@ jobs:
uses: JohnnyMorganz/stylua-action@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
clang-format: