Skip to content

no runs-on

no runs-on #118

Workflow file for this run

name: CI with different Java versions

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 7, Col: 5): Required property is missing: runs-on
on: [push, pull_request]
jobs:
build:
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: '8'
distribution: 'temurin'
- name: Build and Test
run: mvn verify