Skip to content

Commit ccde28b

Browse files
committed
chore:updated pr-check yml for tetsing step
1 parent dde6b4b commit ccde28b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pr-check.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
python -m pip install --upgrade pip
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2424
25-
- name: Run Linter (flake8)
26-
run: |
27-
pip install flake8
28-
flake8 . --count --max-complexity=10 --max-line-length=100 --statistics
25+
- name: Run Linter
26+
run: pylint mssql_python/
27+
continue-on-error: true
2928

3029
- name: Run Tests (pytest)
3130
run: |

0 commit comments

Comments
 (0)