Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 3527936

Browse files
committed
Add check to CI
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent c090825 commit 3527936

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- image: grafana/cortex-jsonnet-build-image:e19ece2
1515
steps:
1616
- checkout
17+
- run:
18+
name: "Check white noise"
19+
command: make check-white-noise
1720
- run:
1821
name: "Lint mixin"
1922
command: make lint-mixin

0 commit comments

Comments
 (0)