Skip to content

Commit fdea2aa

Browse files
authored
Update pages.yml
1 parent a42a5b3 commit fdea2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: pip install .[all]
1414
- name: pylint badge
1515
run: |
16-
python -m pylint --disable=C0103 --output-format=text statmechcrack | tee pylint.log || pylint-exit $?
16+
python -m pylint --disable=C0103 --output-format=text src/sdynpy | tee pylint.log || pylint-exit $?
1717
PYLINT_SCORE=$(sed -n 's/^Your code has been rated at \([-0-9.]*\)\/.*/\1/p' pylint.log)
1818
if (( $(echo "${PYLINT_SCORE} >= 8.0" | bc -l) )); then
1919
COLOR=brightgreen

0 commit comments

Comments
 (0)