mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-03 23:49:44 +00:00
Add link to doc for lintrunner in CI (#15604)
Add a link to point to the doc where users can find instructions to set up lintrunner should there be any lint issues in CI.
This commit is contained in:
parent
a5dec8eedf
commit
dfa06bf81b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
set +e
|
||||
if ! lintrunner --force-color --all-files --tee-json=lint.json -v; then
|
||||
echo ""
|
||||
echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner -m main\`.\e[0m"
|
||||
echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`. To set up lintrunner locally, see https://github.com/microsoft/onnxruntime/blob/main/docs/Coding_Conventions_and_Standards.md#linting .\e[0m"
|
||||
exit 1
|
||||
fi
|
||||
- name: Produce SARIF
|
||||
|
|
|
|||
Loading…
Reference in a new issue