mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 20:12:59 +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
4
.github/workflows/stylua.yml
vendored
4
.github/workflows/stylua.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
name: StyLua
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
StyLua check:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: JohnnyMorganz/stylua-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue