Skip to content

Running default CI-checks for code pushed by vrudas #5

Running default CI-checks for code pushed by vrudas

Running default CI-checks for code pushed by vrudas #5

Workflow file for this run

name: Java CI
run-name: Running default CI-checks for code pushed by ${{ github.actor }}
permissions: write-all
on:
push:
jobs:
build:
name: Build
uses: ./.github/workflows/run_build_job.yml

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

View workflow run for this annotation

GitHub Actions / Java CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 13, Col: 11): Error from called workflow vrudas/gradle-learning-playground/.github/workflows/run_build_job.yml@dc65d58f0ade427c763d3a6c569a91f2737cbd9d (Line: 25, Col: 9): Unexpected value 'with'
publish:
needs: build
name: Publish
uses: ./.github/workflows/run_lib_publish_job.yml