mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 20:12:59 +02:00
fix(ci/cs-stylua): invalid version number
This commit is contained in:
parent
2488f96cf1
commit
2d333c4ce1
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue