1
0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-11-23 12:27:50 +01:00

fix(ci/cd): Bad job name (#48)
All checks were successful
Luacheck / Luacheck (push) Successful in 12s
StyLua / StyLuacheck (push) Successful in 15s

* feat(ci/cd): Make workflows compatible with medium act images
for reference: https://nektosact.com/usage/runners.html

[#69] Make workflow compatible with medium act images
https://openproject.stefka.eu/work_packages/69

* fix(ci/cd): use sudo to install cargo

* fix(ci/cd): Luacheck failing install on Gitea
Install luacheck using apt and cache the install

[#69] Make workflow compatible with medium act images

https://openproject.stefka.eu/work_packages/69

* feat(ci/cd): Cache apt install cargo

* fix(ci/cd): remove unnecessary comments

* fix(ci/cd): Bad job name
This commit is contained in:
Jiří Štefka 2024-04-17 18:45:30 +02:00 committed by GitHub
parent d32c67370f
commit 28bf1bad66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@ jobs:
steps: steps:
- name: Update repositories - name: Update repositories
run: sudo apt update run: sudo apt update
- name: Install luarocks - name: Install Luacheck
uses: awalsh128/cache-apt-pkgs-action@latest uses: awalsh128/cache-apt-pkgs-action@latest
with: with:
packages: lua-check packages: lua-check