Skip to content

Commit d53faba

Browse files
committed
Merge branch 'main' of github.com:wraithking/simple_python_calculator
2 parents 826b446 + 4bec7c7 commit d53faba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
pip install pylint
3131
- name: Analysing the code with pylint
3232
run: |
33-
pylint $(git ls-files '*.py')
33+
pylint $(git ls-files 'Calculator.py')

0 commit comments

Comments
 (0)