-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix(ts): action can be an async function #1157
Conversation
Thanks. Would you like to add an example usage to |
@shadowspawn Hi, I'll add the test tomorrow :) |
Since we can use `parseAsync` for async functions so the action can be asynchronous. related to tj#806
Thanks @prokopsimek |
This comment has been minimized.
This comment has been minimized.
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.
Reproduced by running eslint on command line (warnings within editor somewhat confused).
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.
Thank you!
This has been released: |
Since we can use
parseAsync
for async functions so the action can be asynchronous.related to #806
Pull Request
Problem
Solution
add
Promise<void>
to the action argumentChangeLog