Skip to content

Bump github/codeql-action from 2 to 3 #71

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #71

Workflow file for this run

name: PR builder is just a magic
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get all the letters, words and paragraphs needed for the spell!
uses: actions/checkout@v3
- name: Prepare the cauldron and the wand!
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
cache: 'maven'
- name: Maven, now you do the magic! I enchant you the Bash way!
run: |
mvn --batch-mode --update-snapshots install
mvn --batch-mode -Prun-its verify -DskipTests