Files
workflow-actions-test/src/devbox.json
Chris Daßler b666a8c46a
All checks were successful
Test / Build (push) Successful in 4s
Test / Test (push) Successful in 3s
Add gh
2025-02-12 23:41:48 +01:00

15 lines
326 B
JSON

{
"$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"
]
}
}
}