Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

Commit 2f06bfc

Browse files
📝 Updates workflow
1 parent b3e956d commit 2f06bfc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

‎.github/main.workflow‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
workflow "Build and Test" {
22
on = "push"
33
resolves = [
4-
"Test",
54
"Master",
5+
"Lint",
66
]
77
}
88

@@ -11,20 +11,23 @@ action "Build" {
1111
args = "install -r requirements.txt"
1212
}
1313

14-
action "Test" {
14+
action "Lint" {
1515
uses = "jefftriplett/python-actions/action-black@master"
1616
args = "."
1717
needs = ["Build"]
1818
}
1919

20-
action "jefftriplett/python-actions/action-pytest@master" {
20+
action "Test" {
2121
uses = "jefftriplett/python-actions/action-pytest@master"
2222
args = "."
2323
needs = ["Build"]
2424
}
2525

2626
action "Master" {
2727
uses = "actions/bin/filter@master"
28-
needs = ["jefftriplett/python-actions/action-pytest@master", "Test"]
28+
needs = [
29+
"Lint",
30+
"Test",
31+
]
2932
args = "branch master"
3033
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /