Skip to content

Commit

Permalink
Opam Dependency Submission
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Oct 20, 2023
1 parent 4c2d4ca commit d0ab3ee
Show file tree
Hide file tree
Showing 16 changed files with 41,348 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# displayed by default in pull requests.
/.yarn/** linguist-vendored

/analysis/dist/*.js -diff linguist-generated
/analysis/dist/*.txt -diff linguist-generated
/dist/**/*.js -diff linguist-generated
/dist/**/*.txt -diff linguist-generated
/lint-doc/dist/*.js -diff linguist-generated
Expand Down
14 changes: 14 additions & 0 deletions analysis/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Analysis
description: Calculates dependencies for a opam build-target and submits the list to the Dependency Submission API
author: Sora Morimoto
branding:
icon: package
color: orange
inputs:
token:
description: DO NOT SET THIS.
required: false
default: ${{ github.token }}
runs:
using: node20
main: dist/index.js
294 changes: 294 additions & 0 deletions analysis/dist/LICENSE.txt

Large diffs are not rendered by default.

Loading

0 comments on commit d0ab3ee

Please sign in to comment.