Add gh
All checks were successful
Test / Build (push) Successful in 4s
Test / Test (push) Successful in 3s

This commit is contained in:
Chris Daßler
2025-02-12 23:41:48 +01:00
parent 1b49623b34
commit b666a8c46a
2 changed files with 64 additions and 12 deletions

View File

@@ -1,15 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": [],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": ["gh@2.66.1"],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}