Skip to content

Commit 97154b9

Browse files
authored
Update lints.yml
1 parent 028abfc commit 97154b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lints.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
python -m pip install bandit flake8 pylint
24+
python -m pip instal -r requirements.min.txt
2425
continue-on-error: true
2526
- name: Bandit syntax check
2627
run: bandit ./bot.py cogs/*.py core/*.py -b .bandit_baseline.json
2728
- name: Lint with pylint and flake8
2829
run: |
29-
python .lint.py
30+
pylint ./bot.py cogs/*.py core/*.py --exit-zero -r y
3031
flake8 ./bot.py cogs/*.py core/*.py --ignore=E501,E203,W503 --exit-zero

0 commit comments

Comments
 (0)