Skip to content

(#137) Only show sharing icon when appropriate #1320

(#137) Only show sharing icon when appropriate

(#137) Only show sharing icon when appropriate #1320

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build
run: ./gradlew build -x test