mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-12-27 18:42:35 +01:00
fix(ci/cd-luacheck): Rename job from sile to Luacheck (#13)
This commit is contained in:
parent
fb129b1de7
commit
804f14842f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/luacheck.yml
vendored
2
.github/workflows/luacheck.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Luacheck
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
sile:
|
||||
Luacheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue