Skip to content

Update CI

Update CI #24

Workflow file for this run

name: Maven compile
on: push
jobs:
maven-compile:
env:
JAVA_VERSION: '17'
uses: RegioneER/parer-github-template/.github/workflows/compile.yml@main

Check failure on line 7 in .github/workflows/compile.yml

View workflow run for this annotation

GitHub Actions / Maven compile

Invalid workflow file

The workflow is not valid. .github/workflows/compile.yml (Line: 7, Col: 5): Unexpected value 'uses' .github/workflows/compile.yml (Line: 8, Col: 5): Unexpected value 'with'
with:
java: ${{env.JAVA_VERSION}}