1
0
Fork 0
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:
dbarzin 2023-02-14 20:41:49 +01:00
parent e3b1884ba6
commit 7eca8b3a87
2 changed files with 31 additions and 30 deletions

View file

@ -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