cleanup cmake #75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / PR TestingInvalid workflow file
|
||
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 |