Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Oct 22, 2024
1 parent 417c566 commit 8136e3f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ jobs:
HTML_REPORT: docs/package-licenses.html
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version-file: "package.json"
- run: bun install
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Install License Finder
run: gem install -N license_finder
# - name: Run License Finder
# run: license_finder

# Commit the License Finder report as docs/package-licenses.html
- name: Generate HTML report
run: date > "$HTML_REPORT"
- name: Commit HTML report and push
Expand Down

0 comments on commit 8136e3f

Please sign in to comment.