-
Notifications
You must be signed in to change notification settings - Fork 9
Add CI #3
base: master
Are you sure you want to change the base?
Add CI #3
Conversation
Apparently, CI does not run on templates? |
The CI runs when I create a PR on my fork... |
@@ -0,0 +1,3 @@ | |||
#!/usr/bin/env bash | |||
|
|||
luacheck `find -name "*.lua"` --codes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can write this as, and if you need to ignore files, you can set those in the config file as https://github.com/nvim-treesitter/nvim-treesitter/blob/dedd74ebdbb8a921d95e3c670be9684d9f655c34/.luacheckrc#L5-L7, also you can add the --codes
option in the config file https://github.com/nvim-treesitter/nvim-treesitter/blob/dedd74ebdbb8a921d95e3c670be9684d9f655c34/.luacheckrc#L3
luacheck `find -name "*.lua"` --codes | |
luacheck . |
also, would be great to have stylua, but not strong opinion there |
This PR is very old feel free to update it to the current CI of the other repos! |
No description provided.