Skip to content

refactor(tooling): initial scaffold pass #7

refactor(tooling): initial scaffold pass

refactor(tooling): initial scaffold pass #7

Workflow file for this run

name: Pull request
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml

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

View workflow run for this annotation

GitHub Actions / Pull request

Invalid workflow file

The workflow is not valid. In .github/workflows/on-pull-request.yml (Line: 13, Col: 11): Error from called workflow rabbitholegg/boost-protocol/.github/workflows/verify.yml@f37dd7a6dab2d802c947ec9b30564a953f0024ac (Line: 9, Col: 12): Job 'build' depends on unknown job 'lint'.
secrets: inherit