Skip to content

Bump the all group across 1 directory with 8 updates #3

Bump the all group across 1 directory with 8 updates

Bump the all group across 1 directory with 8 updates #3

---
# yamllint disable rule:truthy
name: "Pull Request on develop"
on:
push:
branches:
- "renovate/**"
pull_request:
branches:
- develop
jobs:
linter:
uses: ./.github/workflows/workflow-linter.yml
poetry-checker:
uses: ./.github/workflows/workflow-poetry-check.yml
tests:
needs: ["linter", "poetry-checker"]
uses: ./.github/workflows/workflow-tests.yml

Check failure on line 22 in .github/workflows/trigger-pr-develop.yml

View workflow run for this annotation

GitHub Actions / Pull Request on develop

Invalid workflow file

The workflow is not valid. In .github/workflows/trigger-pr-develop.yml (Line: 22, Col: 11): Error from called workflow opsmill/infrahub-sync/.github/workflows/workflow-tests.yml@688d1018619af545b389ab3853469578e302bc6b (Line: 44, Col: 30): Job 'unit-tests' depends on unknown job 'yaml-lint'. In .github/workflows/trigger-pr-develop.yml (Line: 22, Col: 11): Error from called workflow opsmill/infrahub-sync/.github/workflows/workflow-tests.yml@688d1018619af545b389ab3853469578e302bc6b (Line: 44, Col: 43): Job 'unit-tests' depends on unknown job 'python-lint'.