Bläddra i källkod
Delete old GitHub Actions workflow file
As the hottest of the press features of GitHub Actions
requires using YAML rather than HCL.
tags/v3.0.2
Phillip Johnsen
GitHub
6 år sedan
förälder
incheckning
619c928eb3
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med
0 tillägg och
15 borttagningar
-
.github/main.workflow
|
|
|
@@ -1,15 +0,0 @@ |
|
|
|
workflow "Verify changes on push" { |
|
|
|
resolves = ["Run unit tests"] |
|
|
|
on = "push" |
|
|
|
} |
|
|
|
|
|
|
|
action "Install dependencies" { |
|
|
|
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680" |
|
|
|
args = "install" |
|
|
|
} |
|
|
|
|
|
|
|
action "Run unit tests" { |
|
|
|
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680" |
|
|
|
needs = "Install dependencies" |
|
|
|
args = "test" |
|
|
|
} |