Skip to content

Commit 06c9eef

Browse files
committed
Merge branch 'main' of https://github.com/icepick4/one-pyce
2 parents f3db68b + c85b149 commit 06c9eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install pylint
21+
pip install -r requirements.txt
2122
- name: Analysing the code with pylint
2223
run: |
2324
pylint $(git ls-files 'onepyece/*.py')

0 commit comments

Comments
 (0)