mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
fix(ci/cd-stylua): Missing runs on, steps, names (#14)
* fix(ci/cd-luacheck): Rename job from sile to Luacheck * fix(ci/cd-stylua): Missing runs on, steps, names
This commit is contained in:
parent
804f14842f
commit
e9db37bcfa
18
.github/workflows/stylua.yml
vendored
18
.github/workflows/stylua.yml
vendored
@ -2,10 +2,14 @@ name: StyLua
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
StyLua check:
|
StyLua check:
|
||||||
- uses: actions/checkout@v3
|
runs-on: ubuntu-latest
|
||||||
- uses: JohnnyMorganz/stylua-action@v3
|
steps:
|
||||||
with:
|
- name: Checkout
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
uses: actions/checkout@v3
|
||||||
version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
|
- name: StyLua check
|
||||||
# CLI arguments
|
uses: JohnnyMorganz/stylua-action@v3
|
||||||
args: --check .
|
with:
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
version: v0.8.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