Skip to content

Commit e103da7

Browse files
committed
2 parents 9d75782 + b10ad7f commit e103da7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19+
python -m pip install -r requirements.txt
1920
pip install pylint
2021
- name: Analysing the code with pylint
2122
run: |
22-
pylint `ls -R|grep .py$|xargs`
23+
pylint aiohttp_aiofiles_tutorial

0 commit comments

Comments
 (0)