Skip to content

Commit f500dad

Browse files
committed
Add "Linters" group in CI—we'll add a step to it later
1 parent 0a69904 commit f500dad

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.buildkite/pipeline.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,20 @@ steps:
5555
context: "Unit Tests"
5656

5757
#################
58-
# Lint Translations
58+
# Linters
5959
#################
60-
- label: "🧹 Lint Translations"
61-
command: "gplint /workdir/WooCommerce/Resources/AppStoreStrings.pot"
62-
plugins:
63-
- docker#v3.8.0:
64-
image: "public.ecr.aws/automattic/glotpress-validator:1.0.0"
65-
agents:
66-
queue: "default"
67-
notify:
68-
- github_commit_status:
69-
context: "Lint Translations"
60+
- group: Linters
61+
steps:
62+
- label: "🧹 Lint Translations"
63+
command: "gplint /workdir/WooCommerce/Resources/AppStoreStrings.pot"
64+
plugins:
65+
- docker#v3.8.0:
66+
image: "public.ecr.aws/automattic/glotpress-validator:1.0.0"
67+
agents:
68+
queue: "default"
69+
notify:
70+
- github_commit_status:
71+
context: "Lint Translations"
7072

7173
#################
7274
# UI Tests

0 commit comments

Comments
 (0)