mirror of
https://github.com/block/goose.git
synced 2026-04-28 19:49:51 +00:00
feat: trying a license checker (#184)
This commit is contained in:
parent
0a2c6dcf1a
commit
e7f74342c2
3 changed files with 231 additions and 0 deletions
12
.github/workflows/test-events/pull_request.json
vendored
Normal file
12
.github/workflows/test-events/pull_request.json
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"pull_request": {
|
||||
"head": {
|
||||
"ref": "test-branch"
|
||||
},
|
||||
"base": {
|
||||
"ref": "main"
|
||||
},
|
||||
"number": 123,
|
||||
"title": "test: Update dependency licenses"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue