Skip to content

Update centrally managed files #155

Update centrally managed files

Update centrally managed files #155

Workflow file for this run

name: Tests for lint-unit workflow
on:
push:
branches: [ master, main ]
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ master, main ]
jobs:
charm-lint-unit:
uses: ./.github/workflows/_lint-unit.yaml
secrets: inherit
with:
python-version: "['3.8','3.10']"
working-directory: ./tests/test_charm_repo
snap-lint-unit:
uses: ./.github/workflows/_lint-unit.yaml
secrets: inherit
with:
python-version: "['3.8','3.10']"
working-directory: ./tests/test_snap_repo