-
Notifications
You must be signed in to change notification settings - Fork 23
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 for regular workflows? #240
Comments
Maybe the script could detect if it is an action or a workflow, e.g. looking for |
This is exactly the functionality I am looking for, has anyone figured out a solution? Would love to have this work for reusable workflows as well |
No support yet, but open to any improvement. |
I'm bumping this as well, would be great feature for reusable workflows |
Never thought about this but would be nice if we can support reusable workflwos to generate documentation |
Hello, I'm taking a look at this. Not written a js/ts cli app before though so would love feedback when I can put up a first draft PR please |
npalmGH-240 upgrade packages to remove vulnerabilities
…dditional helper scripts
npalmGH-240 update CONTRIBUTING where command does not work and add additi…
npalmGH-240 add option to have a top level header containing the name
* GH-240 update CONTRIBUTING where command does not work and add additional helper scripts * GH-240 add option to have a top level header containing the name * GH-240 add header to readme and tests * GH-240 update name header shorthand to nh * GH-240 update name header shorthand to n --------- Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
* GH-240 upgrade packages to remove vulnerabilities * GH-240 move test fixtures to folders to separate action and workflow tests * GH-240 duplicate tests for workflows * GH-420 add run scripts to run action/workflow manually and run tests for action/workflow separately * WIP * GH-240 update CONTRIBUTING where command does not work and add additional helper scripts * GH-240 add option to have a top level header containing the name * GH-240 add header to readme and tests * Remove unused files * GH-240 fix error with enum * GH-240 ability to display workflow inputs and outputs * GH-240 add usage * GH-240 start adding workflow tests * GH-240 get a few more workflow tests working * Update action test files with main * GH-240 fix test for readme * GH-240 all fields readme test working * GH-240 sort out renaming of action > workflow of test files * GH-240 fix crlf test * GH-240 all tests fixed * GH-240 amend readme for workflow functionality * GH-240 add back in new lines at end of files * GH-240 tweak to readme to clarify description is only for actions * GH-240 Fix tests * GH-240 fix workflow syntax * GH-240 add source option and deprecate action option * GH-240 Make replace in readme backwards compatible with source/action * GH-240 add backwards compatibility test * Fix missed -a to -s in readme Co-authored-by: Niek Palm <npalm@users.noreply.github.com> * GH-420 rename ActionYml to YmlStructure, and actionFile to sourceFile --------- Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
…one go (#537) * GH-240 upgrade packages to remove vulnerabilities * GH-240 move test fixtures to folders to separate action and workflow tests * GH-240 duplicate tests for workflows * GH-420 add run scripts to run action/workflow manually and run tests for action/workflow separately * WIP * GH-240 update CONTRIBUTING where command does not work and add additional helper scripts * GH-240 add option to have a top level header containing the name * GH-240 add header to readme and tests * Remove unused files * GH-240 fix error with enum * GH-240 ability to display workflow inputs and outputs * GH-240 add usage * GH-240 start adding workflow tests * GH-240 get a few more workflow tests working * Update action test files with main * GH-240 fix test for readme * GH-240 all fields readme test working * GH-240 sort out renaming of action > workflow of test files * GH-240 fix crlf test * GH-240 all tests fixed * GH-240 amend readme for workflow functionality * GH-240 add back in new lines at end of files * GH-240 tweak to readme to clarify description is only for actions * Add 'all' option to add docs to readme * Tidy up from merge
supported since release 2.2.0 |
Is there support for workflows apart from regular actions?
For example:
This errors out with:
Cannot read properties of undefined (reading 'using')
The text was updated successfully, but these errors were encountered: