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
8
.github/workflows/stylua.yml
vendored
8
.github/workflows/stylua.yml
vendored
@ -2,8 +2,12 @@ name: StyLua
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
StyLua check:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: JohnnyMorganz/stylua-action@v3
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: StyLua check
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user