Skip to content

fix: use TS viewer by default & allow opening links in external browser #2282

fix: use TS viewer by default & allow opening links in external browser

fix: use TS viewer by default & allow opening links in external browser #2282

Workflow file for this run

name: Android lint
on:
push:
branches:
- master
pull_request:
merge_group:
jobs:
lint:
name: Comments lint result on Master
runs-on: macos-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: set up JDK
uses: actions/setup-java@v3
with:
distribution: oracle
java-version: 17
cache: gradle
- name: Run detekt
run: ./gradlew :app:detekt
continue-on-error: true
- name: Run Android Lint
run: ./gradlew :app:lintAnalyticsDebug