Skip to content

BuildConfig.java

BuildConfig.java #4

Workflow file for this run

name:BuildConfig.java
on:

Check failure on line 3 in .github/workflows/ant.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ant.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: NetworkMain.java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Build with Ant
run: ant -noinput -buildfile build.xml