Этап 1: detekt в CI verify-джобе + CHANGELOG
CI / verify (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
b-dev-mobile
2026-07-07 23:37:11 +00:00
parent ac438269c5
commit f006a69b5c
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -22,6 +22,8 @@ jobs:
if: github.ref_type != 'tag'
steps:
- uses: actions/checkout@v4
- name: Статанализ (detekt + ktlint-форматирование)
run: ./gradlew detekt --no-daemon
- name: Unit-тесты
run: ./gradlew testDebugUnitTest --no-daemon
- name: Android Lint (release)