Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 12 additions & 0 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Jakarta Specification PR review action'
description: 'Review submitted content'
inputs:
content:
description: 'Modified files'
required: true
outputs:
review:
description: 'review comment'
runs:
using: 'node12'
main: 'index.js'
381 changes: 381 additions & 0 deletions .github/actions/index.js

Large diffs are not rendered by default.

185 changes: 185 additions & 0 deletions .github/actions/node_modules/.package-lock.json

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

9 changes: 9 additions & 0 deletions .github/actions/node_modules/@actions/core/LICENSE.md

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

Loading