Skip to content

ci: use the starflow tics workflow #113

ci: use the starflow tics workflow

ci: use the starflow tics workflow #113

Workflow file for this run

name: TIOBE TiCS
on:
push:
branches:
- "work/tics"
pull_request:
paths:
- .github/workflows/tics.yaml
schedule:
- cron: "0 0 * * *" # Daily at midnight
env:
PYTEST_ADDOPTS: tests/unit/utils
jobs:
tics:
uses: lengau/starflow/.github/workflows/tics.yaml@work/tics
with:
project: charmcraft
platform-tags: '"ubuntu-24.04"'