Skip to content

Do not import shaded packages (#91) #256

Do not import shaded packages (#91)

Do not import shaded packages (#91) #256

Workflow file for this run

name: "Static Analysis"
on: [ push, pull_request ]
jobs:
Static-Analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Install Java
uses: actions/setup-java@v4
with:
java-version: "11"
distribution: "temurin"
- name: Run Analysis
run: mvn -V -B -U --no-transfer-progress clean verify