chore: add actions to format and lint the code

This commit is contained in:
Ali Almohaya 2022-09-26 23:28:51 +03:00
parent 920ce61eb6
commit b46dfdb198
No known key found for this signature in database
GPG key ID: 4B80BC43FC6007E0
5 changed files with 62 additions and 2 deletions

6
.luacheckrc Normal file
View file

@ -0,0 +1,6 @@
std = luajit
codes = true
globals = {
"vim"
}