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
4
.github/workflows/stylua.yml
vendored
4
.github/workflows/stylua.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: StyLua
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
StyLua check:
|
||||
StyLuacheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -10,6 +10,6 @@ jobs:
|
||||
uses: JohnnyMorganz/stylua-action@v3
|
||||
with:
|
||||
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
|
||||
args: --check .
|
||||
|
Loading…
x
Reference in New Issue
Block a user