Skip to content

Commit

Permalink
Adding a markdown check to CI. (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored May 2, 2023
1 parent faf25ef commit c70fc39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ pipeline:
commands:
- ./gradlew lintKotlin

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

# - name: build the project
# user: root
# image: cimg/android:2022.12
Expand Down

0 comments on commit c70fc39

Please sign in to comment.