Skip to content

(Automated) Update Charm Libs #71

(Automated) Update Charm Libs

(Automated) Update Charm Libs #71

name: On Pull Request
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: python3 -m pip install tox
- name: Run linters
run: tox -e lint
tests:
name: Run Tests
needs:
- lint
uses: ./.github/workflows/test.yaml

Check failure on line 24 in .github/workflows/on_pull_request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_pull_request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/on_pull_request.yaml" -> "./.github/workflows/test.yaml" : failed to fetch workflow: workflow was not found.