Skip to content

Commit

Permalink
Adding slow path checks to CI. (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Aug 3, 2023
1 parent 175df36 commit 2fa12f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
variables:
- &slow_check_paths
- path:
- "**/*.kt"
- "**/*.gradle"
- ".woodpecker.yml"

pipeline:
check_formatting:
image: cimg/android:2023.05
commands:
- sudo chown -R circleci:circleci .
- ./gradlew lintKotlin
when: *slow_check_paths

prettier_markdown_check:
image: tmknom/prettier
Expand All @@ -15,6 +23,7 @@ pipeline:
commands:
- sudo chown -R circleci:circleci .
- ./gradlew assembleDebug
when: *slow_check_paths

notify:
image: alpine:3
Expand Down

0 comments on commit 2fa12f2

Please sign in to comment.