mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-11 00:35:16 +02:00
code quality
This commit is contained in:
parent
e3b1884ba6
commit
7eca8b3a87
2 changed files with 31 additions and 30 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -13,17 +13,17 @@ jobs:
|
|||
name: Quality check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: main
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@master
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
- name: Wemake Python Stylguide
|
||||
uses: wemake-services/wemake-python-styleguide@0.13.4
|
||||
continue-on-error: true
|
||||
with:
|
||||
reporter: 'github-pr-review'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: code quality checkout
|
||||
run: |
|
||||
pip install pylint
|
||||
pylint ./pandora-box.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue