Skip to content

Commit 2c8575a

Browse files
authored
a
1 parent 7666c31 commit 2c8575a

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 = ["GitHub Action for npm"]
4+
}
5+
6+
action "GitHub Action for npm" {
7+
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
8+
}

0 commit comments

Comments
 (0)