Skip to content

tidy up

tidy up #19

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build plugin
run: |
chmod +x gradlew
./gradlew check buildPlugin --info