14 lines
243 B
YAML
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 }}
|