Skip to content

Commit

Permalink
ci(lincensee): introduce check-licenses (#205)
Browse files Browse the repository at this point in the history
Enables license checks. Based on SAP/ui5-cli#671
  • Loading branch information
flovogt committed Dec 29, 2023
1 parent e5829cf commit 0fdd4b1
Show file tree
Hide file tree
Showing 5 changed files with 10,635 additions and 6,942 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Perfrom ESLint check
run: npm run lint

- name: Perfrom Licenses check
run: npm run check-licenses

- name: Perform dependency check
run: npm run depcheck

Expand Down
15 changes: 15 additions & 0 deletions .licensee.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"licenses": {
"spdx": [
"CC-BY-3.0",
"CC-BY-4.0",
"BSD"
],
"blueOak": "bronze"
},
"packages": {
"callsite": "1.0.0",
"yesno": "0.4.0"
},
"corrections": true
}
Loading

0 comments on commit 0fdd4b1

Please sign in to comment.