R-nvim / R.nvim

Neovim plugin to edit R files
GNU General Public License v3.0
132 stars 15 forks source link

Github actions using the selene linter #17

Closed PMassicotte closed 5 months ago

PMassicotte commented 5 months ago

Every time that code is pushed, the linter will be executed. Checks will fail if code structure is not respected. We can use it to standardize all the Lua code in the project.

jalvesaq commented 5 months ago

I have no experience with Github actions. So, perhaps @she3o may comment on this pull request...

I'm running selene manually. It says that the "goto" statement in lua/r/job.lua is an error, but it works.

I will have limited time to work on this project in the next few days.

jalvesaq commented 5 months ago

Thanks! I will merge to see how it works.