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,10 +2,14 @@ name: StyLua
on: [push, pull_request]
jobs:
StyLua check:
- uses: actions/checkout@v3
- 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
# CLI arguments
args: --check .
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
# CLI arguments
args: --check .