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 95f3e4f commit 974b16aCopy full SHA for 974b16a
.github/workflows/pylint.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
# Read the pylint output and create a custom HTML report, to be saved to
58
# https://sandialabs.github.io/rattlesnake-vibration-controller/reports/pylint/
59
- python src/rattlesnake/cicd/report_lint.py \
+ python src/rattlesnake/cicd/report_pylint.py \
60
--input_file ${{ env.PYLINT_OUTPUT_FILE }} \
61
--output_file pylint_report.html \
62
--run_id ${{ github.run_id }} \
0 commit comments