mirror of
https://github.com/hatamiarash7/WireGuard-Config-Generator.git
synced 2025-06-18 15:46:43 +02:00
Update pylint.yml
This commit is contained in:
parent
6da39c430b
commit
ff99d45c4b
28
.github/workflows/pylint.yml
vendored
28
.github/workflows/pylint.yml
vendored
@ -9,15 +9,19 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.8", "3.9", "3.10"]
|
python-version: ["3.8", "3.9", "3.10"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout project
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
uses: actions/checkout@v3
|
||||||
uses: actions/setup-python@v3
|
|
||||||
with:
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
python-version: ${{ matrix.python-version }}
|
uses: actions/setup-python@v3
|
||||||
- name: Install dependencies
|
with:
|
||||||
run: |
|
python-version: ${{ matrix.python-version }}
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install pylint
|
- name: Install dependencies
|
||||||
- name: Analysing the code with pylint
|
run: |
|
||||||
run: |
|
python -m pip install --upgrade pip
|
||||||
pylint $(git ls-files '*.py')
|
pip install pylint
|
||||||
|
|
||||||
|
- name: Analyzing the code with pylint
|
||||||
|
run: |
|
||||||
|
pylint $(git ls-files '*.py')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user