Skip to content

Updated GH Action.

Updated GH Action. #62

Workflow file for this run

name: Java CI
on:
push:
branches: ['**']
jobs:
build:
steps:

Check failure on line 9 in .github/workflows/maven.yml

View workflow run for this annotation

GitHub Actions / Java CI

Invalid workflow file

The workflow is not valid. .github/workflows/maven.yml (Line: 9, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
- name: Build with Maven
run: mvn -B package --file pom.xml