mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-01-04 05:38:06 +01:00
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
This commit is contained in:
parent
a388333151
commit
d6d84a0550
1 changed files with 3 additions and 0 deletions
3
.github/workflows/stylua.yml
vendored
3
.github/workflows/stylua.yml
vendored
|
@ -4,6 +4,9 @@ jobs:
|
|||
StyLuacheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install cargo
|
||||
run: apt update && apt install -y cargo
|
||||
|
||||
- name: Install StyLua from crates.io
|
||||
uses: baptiste0928/cargo-install@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue