mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 12:03:00 +02:00
fix(ci/cd): Bad job name
This commit is contained in:
parent
08b0cb22b8
commit
9b4964dffd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/luacheck.yml
vendored
2
.github/workflows/luacheck.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
steps:
|
||||
- name: Update repositories
|
||||
run: sudo apt update
|
||||
- name: Install luarocks
|
||||
- name: Install Luacheck
|
||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: lua-check
|
||||
|
|
Loading…
Reference in a new issue