This commit is contained in:
parent
2714df4305
commit
39b4d8f212
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -55,11 +55,11 @@ jobs:
|
|||
vale sync
|
||||
|
||||
echo "=== Vale Results ==="
|
||||
vale --output=line . || EXIT_CODE=$?
|
||||
vale --output=line content/ || EXIT_CODE=$?
|
||||
|
||||
# Also try JSON for structured output
|
||||
echo ""
|
||||
echo "=== Vale JSON ==="
|
||||
vale --output=JSON . || true
|
||||
vale --output=JSON content/ || true
|
||||
|
||||
exit ${EXIT_CODE:-0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue