Skip to content

Commit

Permalink
Showing 14 changed files with 478 additions and 210 deletions.
1 change: 1 addition & 0 deletions analyze/action.yml
@@ -74,3 +74,4 @@ outputs:
runs:
using: "node16"
main: "../lib/analyze-action.js"
post: "../lib/analyze-action-cleanup.js"
1 change: 1 addition & 0 deletions init/action.yml
@@ -78,3 +78,4 @@ outputs:
runs:
using: 'node16'
main: '../lib/init-action.js'
post: '../lib/init-action-cleanup.js'
43 changes: 42 additions & 1 deletion lib/actions-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/actions-util.js.map

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions lib/analyze-action-cleanup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/analyze-action-cleanup.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 1 addition & 79 deletions lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1016eba

Please sign in to comment.