14 lines
248 B
YAML
14 lines
248 B
YAML
name: Python Code Quality
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
|
|
jobs:
|
|
python-code-quality:
|
|
uses: brian/CI-templates/.gitea/workflows/python/code-quality.yml@v1.0.0
|
|
with:
|
|
python-version: ${{ vars.PYTHON_VERSION }}
|