Skip to content

Commit

Permalink
Test10
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshMishra-Microsoft committed Dec 5, 2024
1 parent 234a600 commit b547ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:

# Step 6: Run Flake8 for linting
- name: Run Flake8
run: python -m flake8 --config=.flake8 || true
run: python -m flake8 --config=.flake8 --verbose . || true

# Step 7: Run Pylint for static analysis
- name: Run Pylint
run: python -m pylint --rcfile=.pylintrc || true
run: python -m pylint --rcfile=.pylintrc --verbose . || true

0 comments on commit b547ecb

Please sign in to comment.