From f29c6153e08556a907a8448d6a183b21e166ff3a Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Tue, 4 Jul 2023 16:14:55 +0200 Subject: [PATCH] CI: Add lint check to buildkite --- .buildkite/pipeline.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 8e271b2..0f1aa09 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -12,7 +12,18 @@ steps: # Wait for Gradle Wrapper to be validated before running any other jobs - wait + - label: "Lint" + key: "lint" + plugins: *common_plugins + command: | + cp gradle.properties-example gradle.properties + ./gradlew lintRelease + artifact_paths: + - "**/build/reports/lint-results.*" + - label: "Publish :wellsql-annotations" + depends_on: + - "lint" key: "publish-wellsql-annotations" plugins: *common_plugins command: |