We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42a5b3 commit fdea2aaCopy full SHA for fdea2aa
.github/workflows/pages.yml
@@ -13,7 +13,7 @@ jobs:
13
run: pip install .[all]
14
- name: pylint badge
15
run: |
16
- python -m pylint --disable=C0103 --output-format=text statmechcrack | tee pylint.log || pylint-exit $?
+ python -m pylint --disable=C0103 --output-format=text src/sdynpy | tee pylint.log || pylint-exit $?
17
PYLINT_SCORE=$(sed -n 's/^Your code has been rated at \([-0-9.]*\)\/.*/\1/p' pylint.log)
18
if (( $(echo "${PYLINT_SCORE} >= 8.0" | bc -l) )); then
19
COLOR=brightgreen
0 commit comments