1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-29 23:39:18 +00:00

chore: Add ability to comment on Prs to simplify checking cards (#729)

This commit is contained in:
2025-05-03 23:33:15 +02:00
committed by GitHub
parent b26236e78c
commit 1eb4c677a7
8 changed files with 610 additions and 6 deletions

15
.github/scripts/package.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
"name": "scripts",
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@tcgdex/sdk": "^2.6.0"
}
}