Skip to content

Commit

Permalink
t1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jan 13, 2024
1 parent 442a2f3 commit 985d1f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .drevops/docs/.utils/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ done < <(
-print0
)

echo -n "==> Validating dictionary."
echo -n "==> Validating dictionary... "
if head -1 "${dictionary}" | grep -q "personal_ws-1.1 en 28"; then
echo "OK"
else
Expand All @@ -45,7 +45,7 @@ for file in "${targets[@]}"; do
# Remove HTML.
sed -E 's/<([^<]+)>//g' |
# Remove code blocks.
sed '/^```/,/^```/d' |
sed '/^[[:space:]]*```/,/^[[:space:]]*```/d' |
# Remove inline code.
sed 's/`[^`]*`//g' |
# Remove anchors.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/drevops-test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Test DrevOps documentation
on:
push:
tags:
- '*'
- '**'
branches:
- '*'
- '**'

jobs:
drevops-test-docs:
Expand Down

0 comments on commit 985d1f2

Please sign in to comment.