first version
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: Python Code Quality
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
python-code-quality:
|
||||
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
|
||||
with:
|
||||
python-version: ${{ vars.PYTHON_VERSION }}
|
||||
@@ -0,0 +1,17 @@
|
||||
name: Python Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
python-test:
|
||||
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
|
||||
with:
|
||||
python-version: ${{ vars.PYTHON_VERSION }}
|
||||
coverage-package: "elprisenligenu"
|
||||
api-url: ${{ vars.API_URL }}
|
||||
secrets:
|
||||
CI_RUNNER_TOKEN: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||
Reference in New Issue
Block a user