Skip to content

Add automated release workflow files #37

Add automated release workflow files

Add automated release workflow files #37

Workflow file for this run

name: PR builder is just a magic
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get all the letters, words and paragraphs needed for the spell!
uses: actions/checkout@v3
- name: Setup JDK
uses: ./.github/actions/setup-jdk
- name: Maven, now you do the magic! I enchant you the Bash way!
run: |
mvn --batch-mode --update-snapshots install