Skip to content

Feat: amended workflows #12

Feat: amended workflows

Feat: amended workflows #12

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 with Maven
uses: ./.github/workflows/maven_build.yaml
needs: security