-
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
feat: support document generation for workflows #523
Merged
Merged
Changes from 41 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
9e41f88
GH-240 upgrade packages to remove vulnerabilities
larmitage-bjss 1170ddd
GH-240 move test fixtures to folders to separate action and workflow …
larmitage-bjss 9a7e402
GH-240 duplicate tests for workflows
larmitage-bjss 36949f3
GH-420 add run scripts to run action/workflow manually and run tests …
larmitage-bjss b10780a
WIP
larmitage-bjss 21ebdb2
Merge pull request #2 from larmitage-bjss/GH-240-upgrade-packages
larmitage-bjss 09dec15
GH-240 update CONTRIBUTING where command does not work and add additi…
larmitage-bjss 945278b
Merge remote-tracking branch 'origin' into GH-240-support-workflows
larmitage-bjss 94a2b15
Merge pull request #3 from larmitage-bjss/GH-240-update-docs
larmitage-bjss 83bcb62
Merge remote-tracking branch 'origin' into GH-240-support-workflows
larmitage-bjss d1d69a1
GH-240 add option to have a top level header containing the name
larmitage-bjss e2abbb2
GH-240 add header to readme and tests
larmitage-bjss d94ecf8
Remove unused files
larmitage-bjss 8fc1b70
Merge pull request #4 from larmitage-bjss/GH-240-add-name-header
larmitage-bjss 8bb6a3e
GH-240 fix error with enum
larmitage-bjss 8df7c09
Merge remote-tracking branch 'origin' into GH-240-support-workflows
larmitage-bjss ef810cc
GH-240 ability to display workflow inputs and outputs
larmitage-bjss d55f6e5
GH-240 add usage
larmitage-bjss a4d2096
GH-240 start adding workflow tests
larmitage-bjss ef52841
GH-240 get a few more workflow tests working
larmitage-bjss c4c8295
Merge remote-tracking branch 'upstream/main'
larmitage-bjss 7c7a563
Merge remote-tracking branch 'origin' into GH-240-support-workflows
larmitage-bjss c6d1883
Update action test files with main
larmitage-bjss 3cd97c2
GH-240 fix test for readme
larmitage-bjss 53c9432
GH-240 all fields readme test working
larmitage-bjss 4ba7bae
GH-240 sort out renaming of action > workflow of test files
larmitage-bjss 513cd72
GH-240 fix crlf test
larmitage-bjss f67990f
GH-240 all tests fixed
larmitage-bjss 664685e
GH-240 amend readme for workflow functionality
larmitage-bjss e2f5a89
Merge remote-tracking branch 'upstream/main'
larmitage-bjss 971fa99
Merge remote-tracking branch 'origin' into GH-240-support-workflows
larmitage-bjss 8389a6e
GH-240 add back in new lines at end of files
larmitage-bjss c0b7bb8
GH-240 tweak to readme to clarify description is only for actions
larmitage-bjss 94ee9e1
Merge branch 'main' into GH-240-support-workflows
larmitage-bjss 6b83e08
Merge remote-tracking branch 'upstream/main' into GH-240-support-work…
larmitage-bjss e43eb79
GH-240 Fix tests
larmitage-bjss 0c947f7
GH-240 fix workflow syntax
larmitage-bjss 39d9cc9
GH-240 add source option and deprecate action option
larmitage-bjss bd71f41
GH-240 Make replace in readme backwards compatible with source/action
larmitage-bjss dfa6c51
GH-240 add backwards compatibility test
larmitage-bjss d2b41a4
Merge branch 'main' into GH-240-support-workflows
npalm 1fae02e
Fix missed -a to -s in readme
larmitage-bjss 96eea10
GH-420 rename ActionYml to YmlStructure, and actionFile to sourceFile
larmitage-bjss a207a86
Merge branch 'main' into GH-240-support-workflows
npalm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Do you recall which lines are triggering this issue. Would prefer either fix the error, or at an ignore on the line. Not global.
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.
The issue was with adding enums causing an error
already declared in the upper scope
Adding those two lines was as suggested here:
typescript-eslint/typescript-eslint#2466