Skip to content

Commit 974b16a

Browse files
committed
straggler name
1 parent 95f3e4f commit 974b16a

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
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
# Read the pylint output and create a custom HTML report, to be saved to
5858
# https://sandialabs.github.io/rattlesnake-vibration-controller/reports/pylint/
59-
python src/rattlesnake/cicd/report_lint.py \
59+
python src/rattlesnake/cicd/report_pylint.py \
6060
--input_file ${{ env.PYLINT_OUTPUT_FILE }} \
6161
--output_file pylint_report.html \
6262
--run_id ${{ github.run_id }} \

0 commit comments

Comments
 (0)