Skip to content

maven-build

maven-build #53

Workflow file for this run

name: maven-build
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
log-env:
steps:

Check failure on line 12 in .github/workflows/maven-build.yml

View workflow run for this annotation

GitHub Actions / maven-build

Invalid workflow file

The workflow is not valid. .github/workflows/maven-build.yml (Line: 12, Col: 5): Required property is missing: runs-on
- id: env
run: env | sort -n
build-main:
uses: dangernoodle-io/.github/.github/workflows/maven.yml@main
with:
maven-goals: verify