Skip to content

Commit

Permalink
CI: Add lint check to buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaskP7 committed Jul 4, 2023
1 parent 677c87f commit f29c615
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f29c615

Please sign in to comment.