Skip to content

feat: added theme switch #32

feat: added theme switch

feat: added theme switch #32

Workflow file for this run

name: Check Develop
on:
push:
branches:
- develop
- master
jobs:
gradle_validation:
name: Validate gradle wrapper
uses: ./.github/workflows/gradle-wrapper-validation.yml
detekt_validation:
name: Check by detekt
needs: gradle_validation
uses: ./.github/workflows/detekt-validation.yml