Skip to content

Container runner refactor #22

Container runner refactor

Container runner refactor #22

Workflow file for this run

name: Pull Request (Charm)
on:
pull_request:
paths:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test:
uses: ./.github/workflows/build.yaml

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

View workflow run for this annotation

GitHub Actions / Pull Request (Charm)

Invalid workflow file

The workflow is not valid. In .github/workflows/pull-request.yaml (Line: 14, Col: 11): Error from called workflow canonical/app-center-ratings-operator/.github/workflows/build.yaml@f499daa16bccf990ea7ec48a8aa8d1be2268680a (Line: 40, Col: 9): Job 'integration-test' depends on unknown job 'lint'.
cla:
uses: ./.github/workflows/cla.yaml