Extract CI scripts in separate files

This commit is contained in:
Quentin Gliech
2025-02-06 11:27:25 +01:00
parent 77102b806a
commit 90bd12e459
13 changed files with 268 additions and 155 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"private": true,
"devDependencies": {
"@actions/github-script": "github:actions/github-script",
"typescript": "^5.7.3"
}
}