File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 run : git --no-pager diff --exit-code HEAD
3939 - name : Print linting docs link
4040 if : ${{ failure()}}
41- run : echo "Linting failed. See https://docs.photonvision.org/en/latest/docs/contributing/linting.html"
41+ run : echo "::error :: Linting failed. See https://docs.photonvision.org/en/latest/docs/contributing/linting.html"
4242 - name : Generate diff
4343 run : git diff HEAD > wpiformat-fixes.patch
4444 if : ${{ failure() }}
6363 name : Run spotless
6464 - name : Print linting docs link
6565 if : ${{ failure() }}
66- run : echo "Linting failed. See https://docs.photonvision.org/en/latest/docs/contributing/linting.html"
66+ run : echo "::error :: Linting failed. See https://docs.photonvision.org/en/latest/docs/contributing/linting.html"
6767
6868 client-lint-format :
6969 name : " PhotonClient Lint and Formatting"
9191 run : pnpm run format-ci
9292 - name : Print linting docs link
9393 if : ${{ failure() }}
94- run : echo "Linting failed. See https://docs.photonvision.org/en/latest/docs/contributing/linting.html"
94+ run : echo "::error :: Linting failed. See https://docs.photonvision.org/en/latest/docs/contributing/linting.html"
You can’t perform that action at this time.
0 commit comments