Skip to content

cleanup cmake

cleanup cmake #75

Workflow file for this run

name: PR Testing
on:
pull_request:
types:
- opened
- synchronize
jobs:
handle-syncwith:
name: Call Reusable SyncWith Handler
uses: NilFoundation/ci-cd/.github/workflows/[email protected]
with:
ci-cd-ref: 'v1.1.2'

Check failure on line 14 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / PR Testing

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 14, Col: 18): Invalid input, ci-cd-ref is not defined in the referenced workflow.
secrets: inherit
matrix-test:
name: Call Reusable Crypto3 Testing
needs:
- handle-syncwith
uses: NilFoundation/crypto3/.github/workflows/reusable-submodule-testing-linux.yml@616fe50f8a03e511a7133ce3fbb64472ae2266e7
with:
submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
secrets: inherit