You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it's not fully ready to support calling an action within another action yet (which I think is the main reason we need the composite action though lol actions/runner#646 (comment)
Copied from #292. The need is definitely still there.
Did some research regarding #1 and found a GitHub action that helps with annotation via a .json file: https://github.com/Attest/annotations-action.
They just released a new version of runner that helps with composite actions https://docs.github.com/en/actions/creating-actions/about-actions#composite-run-steps-actions
But it's not fully ready to support calling an action within another action yet (which I think is the main reason we need the composite action though lol actions/runner#646 (comment)
Here are the next steps for composite actions: actions/runner#646
When expected action within action is released, we can leverage
file changes(conditional step, if to check for modified files or entire branch) https://github.com/trilom/file-changes-action
Run eslint and parse errors/warnings messages to follow https://github.com/Attest/annotations-action/blob/master/annotations.json (type definition: https://github.com/Attest/annotations-action/blob/master/src/annotation.ts)
Originally posted by @theoomoregbee in #47 (comment)
Is this issue still relevant today? Are we still waiting for github to release the functionality that enables us to lint only modified files?
The text was updated successfully, but these errors were encountered: