implemented CI template for code quality #14
@@ -0,0 +1,11 @@
|
|||||||
|
name: Formatting Check
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
formatting-check:
|
||||||
|
uses: brian/CI-templates/.gitea/workflows/web/[email protected]
|
||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python-quality:
|
python-code-quality:
|
||||||
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
|
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
|
||||||
with:
|
with:
|
||||||
python-version: ${{ vars.PYTHON_VERSION }}
|
python-version: ${{ vars.PYTHON_VERSION }}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
python-test:
|
||||||
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
|
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
|
||||||
with:
|
with:
|
||||||
python-version: ${{ vars.PYTHON_VERSION }}
|
python-version: ${{ vars.PYTHON_VERSION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user