Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Trigger build

Trigger build #9

Workflow file for this run

name: build
on:
push:
branches:
- '**'
- '!main'
paths-ignore:
- .github/workflows/*
- .gitignore
- gradle.properties
- LICENSE
- README.md
jobs:
build:
uses: opengood-aio/central-workflows/.github/workflows/gradle-cli-build.yml@main
with:
run-code-coverage: true

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

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 19, Col: 26): Invalid input, run-code-coverage is not defined in the referenced workflow. .github/workflows/build.yml (Line: 22, Col: 22): Invalid secret, codecov-token is not defined in the referenced workflow.
run-gradle-validation: true
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}