mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
fix(ci/cd-stylua): cannot contain spaces, invalid StyLua version (#15)
* fix(ci/cd-stylua): cannot contain spaces * fix(ci/cs-stylua): invalid version number
This commit is contained in:
parent
e9db37bcfa
commit
9e478c9960
2
.github/workflows/stylua.yml
vendored
2
.github/workflows/stylua.yml
vendored
@ -10,6 +10,6 @@ jobs:
|
|||||||
uses: JohnnyMorganz/stylua-action@v3
|
uses: JohnnyMorganz/stylua-action@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
|
version: v0.18.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
|
||||||
# CLI arguments
|
# CLI arguments
|
||||||
args: --check .
|
args: --check .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user