Skip to content

[Feature] Add to Watchlist #299

[Feature] Add to Watchlist

[Feature] Add to Watchlist #299

Workflow file for this run

name: Android CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 17
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
# - name: Build with Gradle
# run: ./gradlew build
# - name: Run Unit Tests
# run: ./gradlew testDebugUnitTest
- name: Detekt Format
run: ./gradlew detektFormat