Skip to content

Build with Ant and second module #3

Build with Ant and second module

Build with Ant and second module #3

Workflow file for this run

name: Compile PaDEL
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
libPaDEL:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Change to the libPaDEL folder
run: cd libPaDEL
- name: Build with Ant
run: ant
libPaDEL-Jobs:
runs-on: ubuntu-latest
uses:

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

View workflow run for this annotation

GitHub Actions / Compile PaDEL

Invalid workflow file

The workflow is not valid. .github/workflows/maven.yml (Line: 28, Col: 5): Unexpected value 'uses'
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Change to the libPaDEL-Jobs folder
run: cd libPaDEL-Jobs
- name: Build with Ant
run: ant