소스 검색

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
No known key found for this signature in database GPG 키 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"
}

불러오는 중...
취소
저장