This commit is contained in:
parent
28da416bd6
commit
323ccd14e7
1 changed files with 10 additions and 0 deletions
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
|
|
@ -68,6 +68,16 @@ jobs:
|
|||
echo "=== Sync ==="
|
||||
vale sync
|
||||
|
||||
echo "=== Vale version & debug single file ==="
|
||||
vale --version
|
||||
vale --debug /workspace/g_it/site/content/test.md || true
|
||||
|
||||
echo "=== Vale line output for one file ==="
|
||||
vale --output=line /workspace/g_it/site/content/index.md || true
|
||||
|
||||
echo "=== Vale JSON output for one file ==="
|
||||
vale --output=JSON /workspace/g_it/site/content/index.md || true
|
||||
|
||||
echo ""
|
||||
echo "=== Run Vale with explicit path ==="
|
||||
vale --output=line /workspace/g_it/site/content/ || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue