Files
visual-semiotic-ai-analysis/.gitea/workflows/python-code-quality.yml
T
Brian Bjarke Jensen b01e1213de
Python Code Quality / python-quality (pull_request) Successful in 14s
Python Test / test (pull_request) Successful in 25s
tried AI suggestion to fix CI template reference
2025-09-19 21:23:58 +02:00

14 lines
243 B
YAML

name: Python Code Quality
on:
push:
branches:
- main
pull_request:
jobs:
python-quality:
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
with:
python-version: ${{ vars.PYTHON_VERSION }}