Skip to content

keep legality status out of the repo #11

keep legality status out of the repo

keep legality status out of the repo #11

Workflow file for this run

name: "test"
on:
push:
pull_request:
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build artifacts
run: ./gradlew build