fix(cicd-stylua): move to npx
Some checks failed
Luacheck / Luacheck (push) Failing after 7s
StyLua / StyLuacheck (push) Failing after 9s

cargo is built from source and not working
This commit is contained in:
Jiří Štefka 2023-10-04 08:53:08 +02:00
parent a2b08f49bb
commit 592fac89ea
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -7,11 +7,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup StyLua
run: |
apt update && apt install cargo -y
cargo install stylua
- name: StyLua check
run: |
stulua .
npx @johnnymorganz/stylua-bin