Skip to content

Commit

Permalink
ci: Add pyDocStyle check
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 11, 2023
1 parent c87a9f5 commit 365901d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pipeline {
sh(
label: 'Run pydocstyle',
script: '''mkdir -p reports
pydocstyle speedwagon > reports/pydocstyle-report.txt
pydocstyle uiucprescon > reports/pydocstyle-report.txt
'''
)
}
Expand Down

0 comments on commit 365901d

Please sign in to comment.