Skip to content

Commit 9c193c3

Browse files
committed
add error text
1 parent c20384b commit 9c193c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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() }}
@@ -63,7 +63,7 @@ jobs:
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"
@@ -91,4 +91,4 @@ jobs:
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"

0 commit comments

Comments
 (0)