Skip to content

Initial commit

Initial commit #6

name: Run cp tests and check build binaries
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
call-workflow-build-binaries:

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

View workflow run for this annotation

GitHub Actions / Run cp tests and check build binaries

Invalid workflow file

The workflow is not valid. .github/workflows/run_check_build_binaries.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
name: Check building of binaries
uses: ./.github/workflows/step_go_build_binaries.yml
with:
with-artifacts: false
build-all: true
needs: call-workflow-build-binaries