-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support eslint #55
Comments
Thanks for the suggestion. The idea that providing a check for
For above reasons, I think it's hard to support |
I understand that it is difficult to support |
Would it be possible to support this with implicitly wrapping the body in the right function declaration, roughly like in https://github.com/actions/github-script#use-scripts-with-jsdoc-support? Having some kind of syntax and ideally type checking locally would avoid so many problems I had :-] Maybe using the type script compiler instead of eslint if that's more suitable? |
I think supporting
eslint
as well asshellcheck
makes it easier to inspect code written usingactions/github-script
.The text was updated successfully, but these errors were encountered: