Skip to content

Commit 41df4b2

Browse files
author
Dan Butvinik
authored
Update main.workflow
1 parent 3735b04 commit 41df4b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/main.workflow

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
workflow "New workflow" {
2+
on = "push"
3+
resolves = ["NOTICE file generator"]
4+
}
5+
6+
action "NOTICE file generator" {
7+
uses = "dabutvin/[email protected]"
8+
}

0 commit comments

Comments
 (0)