Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit e96cd59

Browse files
committed
feat: add check-licenses workflow
1 parent 5e5a3cf commit e96cd59

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Check Licenses
2+
on: [pull_request]
3+
4+
jobs:
5+
check-licenses:
6+
runs-on: ubuntu-latest
7+
permissions:
8+
pull-requests: write
9+
contents: read
10+
steps:
11+
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4
12+
- name: Check licenses
13+
uses: BendingSpoons/github-actions/[email protected]
14+
with:
15+
license-config-github-token: ${{ secrets.LICENSE_CONFIG_GITHUB_TOKEN }}
16+
scope: external

0 commit comments

Comments
 (0)