Skip to content

Made ",insult" insult the executor #60

Made ",insult" insult the executor

Made ",insult" insult the executor #60

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