Skip to content

Fix typo in plugin.yml #41

Fix typo in plugin.yml

Fix typo in plugin.yml #41

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
if: startsWith(github.event.head_commit.message, '[CI skip]') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- name: Set up JDK 16
uses: actions/setup-java@v3.11.0
with:
java-version: 16
distribution: temurin
- name: Build with Maven
run: mvn package --file pom.xml