瀏覽代碼

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 年之前
父節點
當前提交
619c928eb3
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 0 次插入15 次删除
  1. +0
    -15
      .github/main.workflow

+ 0
- 15
.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"
}

Loading…
取消
儲存