Skip to content

feat: amended workflows #29

feat: amended workflows

feat: amended workflows #29

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.yaml

Check failure on line 14 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "./.github/workflows/maven.yaml" : failed to fetch workflow: workflow was not found.
with:
maven-goal: package
needs: security