File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments