Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 17d31a7

Browse files
Merge pull request #11 from grapl-security/cm/pants-tailor
Add `pants tailor --check` Buildkite job
2 parents f5c80bc + 27fa69a commit 17d31a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/pipeline.verify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ env:
44
BUILDKITE_PLUGIN_VAULT_ENV_SECRET_PREFIX: "secret/data/buildkite/env"
55

66
steps:
7+
- label: ":jeans: All files are covered by Pants"
8+
command:
9+
- ./pants tailor --check
10+
711
- label: ":lint-roller::bash: Lint Shell"
812
command:
913
- make lint-shell

0 commit comments

Comments
 (0)