Skip to content

Set up publishing

Set up publishing #7

Workflow file for this run

name: Build Gradle project
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_call:
inputs:
java-version: {}

Check failure on line 12 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build Gradle project

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 12, Col: 21): Required property is missing: type
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out project sources
uses: actions/checkout@v4
with:
sparse-checkout: |
.github/
- name: Build Gradle project
uses: ./.github/actions/build-gradle-project/action.yml
with:
java-version: java-version