Skip to content

Commit 45e00c1

Browse files
authored
chore: missing json file for dagger (#67)
* missing json file for dagger * renaming dagger workflow
1 parent cf97365 commit 45e00c1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/dagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: dagger-supernova
1+
name: Dagger Supernova
22

33
on:
44
workflow_dispatch:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
build/*
1010

1111
# Results
12-
*.json
12+
*.json
13+
!ci/**/*.json

ci/dagger/dagger.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "supernova",
3+
"engineVersion": "v0.15.2",
4+
"sdk": "go",
5+
"source": "run-supernova"
6+
}

0 commit comments

Comments
 (0)