1
0
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:
Jiří Štefka 2023-09-29 02:14:06 +02:00 committed by GitHub
parent e9db37bcfa
commit 9e478c9960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 .