mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 09:17:29 +01:00
Run lint in woodpecker
This commit is contained in:
parent
0a04afc673
commit
f73f4283cb
16
.woodpecker/run_lint.yml
Normal file
16
.woodpecker/run_lint.yml
Normal file
@ -0,0 +1,16 @@
|
||||
steps:
|
||||
tests:
|
||||
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
||||
commands:
|
||||
- pwd #bump
|
||||
- ./gradlew lint
|
||||
|
||||
#when:
|
||||
#repo: Freeyourgadget/Gadgetbridge
|
||||
#branch: master
|
||||
#this doesn't work yet:
|
||||
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
||||
|
||||
when:
|
||||
event:
|
||||
exclude: cron
|
Loading…
Reference in New Issue
Block a user