Skip to content

Add Timber and create debug logging settings #9

Add Timber and create debug logging settings

Add Timber and create debug logging settings #9

Workflow file for this run

name: "Android CI: format"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: gradle
- name: Install ktlint
run: |
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.5.0/ktlint
chmod a+x ktlint
- name: Check format
run: ./ktlint --editorconfig=./.editorconfig