We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7666c31 commit 2c8575aCopy full SHA for 2c8575a
1 file changed
.github/main.workflow
@@ -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