We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4d9d8 commit 55878f7Copy full SHA for 55878f7
3 files changed
.github/workflows/lint.yml .github/workflows/flake8-lint.yml.github/workflows/lint.yml renamed to .github/workflows/flake8-lint.yml
.github/workflows/pylint.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install pylint
26
+ pip install -r requirements.txt
27
28
- name: Run pylint and save output
29
id: pylint
README.md
@@ -2,7 +2,7 @@
2
3

4

5
-
+
6

7
8
0 commit comments