Skip to content

Expand lmgtfy command, use site that uses Google #63

Expand lmgtfy command, use site that uses Google

Expand lmgtfy command, use site that uses Google #63

Workflow file for this run

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