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

@ -2,8 +2,12 @@ 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:
- name: Checkout
uses: actions/checkout@v3
- name: StyLua check
uses: JohnnyMorganz/stylua-action@v3
with: with:
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes