Skip to content

Commit 3e95b37

Browse files
move license check as demo
1 parent 839d0ba commit 3e95b37

2 files changed

Lines changed: 11 additions & 33 deletions

File tree

.github/workflows/license_check.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/on-pr.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,14 @@ jobs:
2626
common:
2727
# FIXME: change to @main once the workflow is merged into main
2828
uses: eclipse-score/cicd-workflows/.github/workflows/on-pr.yml@on-pr
29+
30+
license-check:
31+
uses: eclipse-score/cicd-workflows/.github/workflows/license-check.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
32+
with:
33+
repo-url: "${{ github.server_url }}/${{ github.repository }}"
34+
bazel-target: "run --lockfile_mode=error //src:license-check"
35+
secrets:
36+
dash-api-token: ${{ secrets.ECLIPSE_GITLAB_API_TOKEN }}
37+
permissions:
38+
pull-requests: write
39+
issues: write

0 commit comments

Comments
 (0)