Skip to content

Bump lycheeverse/lychee-action #1

Bump lycheeverse/lychee-action

Bump lycheeverse/lychee-action #1

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [ 11 ]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Checkout Branch
uses: actions/checkout@v2
- name: Build with Gradle
run: ./gradlew clean build -x test