mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-06 20:33:00 +02:00
fix(ci/cd-stylua): Missing name, on, jobs
This commit is contained in:
parent
8173cdf8fe
commit
f6c1ca4ae8
1 changed files with 11 additions and 7 deletions
18
.github/workflows/stylua.yml
vendored
18
.github/workflows/stylua.yml
vendored
|
@ -1,7 +1,11 @@
|
||||||
- uses: actions/checkout@v3
|
name: StyLua
|
||||||
- uses: JohnnyMorganz/stylua-action@v3
|
on: [push, pull_request]
|
||||||
with:
|
jobs:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
StyLua check:
|
||||||
version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
|
- uses: actions/checkout@v3
|
||||||
# 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…
Reference in a new issue