mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
delete old workflow file
This commit is contained in:
parent
e18708243b
commit
7abec34668
27
.github/main.workflow
vendored
27
.github/main.workflow
vendored
@ -1,27 +0,0 @@
|
||||
# workflow "Check Irssi" {
|
||||
# on = "push"
|
||||
# resolves = [
|
||||
# "script",
|
||||
# "unit_tests",
|
||||
# ]
|
||||
# }
|
||||
|
||||
action "install" {
|
||||
uses = "irssi-import/actions-irssi/check-irssi@master"
|
||||
args = "before_install install"
|
||||
}
|
||||
|
||||
action "script" {
|
||||
uses = "irssi-import/actions-irssi/check-irssi@master"
|
||||
needs = ["install"]
|
||||
args = "before_script script after_script"
|
||||
env = {
|
||||
TERM = "xterm"
|
||||
}
|
||||
}
|
||||
|
||||
action "unit_tests" {
|
||||
uses = "irssi-import/actions-irssi/check-irssi@master"
|
||||
needs = ["install"]
|
||||
args = "unit_tests after_unit_tests"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user