Skip to content

Commit 15f9009

Browse files
authored
chore: Add license-checker action for pnpm (#6473)
1 parent ba4f4f3 commit 15f9009

6 files changed

Lines changed: 31073 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: 'Check License'
2+
description: 'Checks if the licenses of the dependencies are allowed.'
3+
runs:
4+
using: 'node24'
5+
main: 'index.js'

0 commit comments

Comments
 (0)