I've been unsucessfully trying to setup lintr
package with GitHub actions (circleCi would be good too, since it's a private repo) to check PR and pushes.
My project is a book so i don't need package build checks, but only enforcing style since there are serveral authors.
I've read this readme and this article but i couldn't figure out what should a .yml file look like is this case.
Figured that out. Still need to cache
lintr
but at least it is working: