1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-25 03:30:03 +00:00

script to generate license info (#614)

This commit is contained in:
eric sciple 2021-10-19 14:30:04 -05:00 committed by GitHub
parent 826ba42d6c
commit 3d677ac575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 415 additions and 23 deletions

View file

@ -8,7 +8,9 @@
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"test": "jest"
"test": "jest",
"licensed-check": "src/misc/licensed-check.sh",
"licensed-generate": "src/misc/licensed-generate.sh"
},
"repository": {
"type": "git",