1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-06-20 19:58:57 +02:00

fix(ci/cd): Move StyLua from action to cargo + command (#40)

* fix(ci/cd): Move StyLua from action to cargo + command
[#68] StyLUA check is not working for PRs from forks

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

* fix(formatting): fix bad formatting from #39
This commit is contained in:
Jiří Štefka 2024-04-08 12:28:57 +02:00 committed by GitHub
parent 65f93ee9ed
commit f14ae7ef52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

View file

@ -1,6 +1,6 @@
-- Different plugin manager names
return {
["packer"] = "packer",
["vim-plug"] = "vim-plug",
["lazy"] = "lazy",
["packer"] = "packer",
["vim-plug"] = "vim-plug",
["lazy"] = "lazy",
}