Skip to content

ci: add cross dependency testing workflow #8

ci: add cross dependency testing workflow

ci: add cross dependency testing workflow #8

name: Dependency check
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check-zksolc:
runs-on: ubuntu-latest
steps:
- uses: convictional/[email protected]
with:
owner: matter-labs
repo: era-compiler-solidity
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow_file_name: dependencies.yaml
ref: ${{ github.head_ref }}
wait_interval: 10
client_payload: '{}'
propagate_failure: true
trigger_workflow: true
wait_workflow: true