Skip to content

Commit

Permalink
Update .woodpecker.yml (#363)
Browse files Browse the repository at this point in the history
* Update .woodpecker.yml

* Update .woodpecker.yml
  • Loading branch information
MV-GH committed Aug 24, 2023
1 parent 6893202 commit ec58a7e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,28 @@ variables:
- ".woodpecker.yml"

steps:
prettier_markdown_check:
image: tmknom/prettier
commands:
- prettier -c "*.md" "*.yml"

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

prettier_markdown_check:
image: tmknom/prettier
commands:
- prettier -c "*.md" "*.yml"
environment:
GRADLE_USER_HOME: ".gradle"

build_project:
image: cimg/android:2023.08
commands:
- sudo chown -R circleci:circleci .
- ./gradlew assembleDebug
when: *slow_check_paths
environment:
GRADLE_USER_HOME: ".gradle"

notify:
image: alpine:3
Expand Down

0 comments on commit ec58a7e

Please sign in to comment.