Browse Source

Rename lint job

pull/2/head
Jérôme Deuchnord 6 years ago
committed by GitHub
parent
commit
624a57a535
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/pythonapp.yml

+ 1
- 1
.github/workflows/pythonapp.yml View File

@@ -17,6 +17,6 @@ jobs:
run: |
python -m pip install --upgrade pip pipenv pylint pylintfileheader
pipenv sync -d
- name: Lint with flake8
- name: Lint
run: |
pylint *.py

Loading…
Cancel
Save