Skip to content

fix: added maven debugging #57

fix: added maven debugging

fix: added maven debugging #57

Workflow file for this run

name: CI
on:
pull_request:
jobs:
security:
name: Security
uses: ./.github/workflows/security.yaml
secrets: inherit
build-maven:
name: Build Maven
uses: ./.github/workflows/maven.yaml
with:
maven-goal: package
needs: security