1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-01 19:06:06 +02:00
Gadgetbridge/.woodpecker/run_lint.yml
vanous df11c6e2f4 Update CI to use jdk17 and build tools 33.0.2:
- Using image tag 33.0.0
    - Using jdk 17
    - Removed old memory 512 gradle config
2023-10-08 22:23:05 +02:00

17 lines
328 B
YAML

steps:
lint:
image: codeberg.org/freeyourgadget/android-fdroid-tools:33.0.0
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', 'deployment']