Skip to content

Commit

Permalink
кце
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Oct 3, 2023
1 parent e4bd26d commit d5bb4b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ function run_code_tests {
run_test_fail "no invalid spans" "grep -En \"<\s*span\s+class\s*=\s*('[^'>]+|[^'>]+')\s*>\" **/*.dm"
run_test "code quality checks" "test/check-paths.sh"
run_test "indentation check" "awk -f tools/indentation.awk **/*.dm"
run_test "check changelog example unchanged" "md5sum -c - <<< 'd79544262e83bedabee58552d9816c23 *html/changelogs/example.yml'"
md5sum *html/changelogs/example.yml
run_test "check changelog example unchanged" "md5sum -c - <<< 'b3619cb963bde291b02378816bfb0cb4 *html/changelogs/example.yml'"
run_test "check tags" "python3 tools/TagMatcher/tag-matcher.py ."
run_test "check color hex" "python3 tools/ColorHexChecker/color-hex-checker.py ."
run_test "check punctuation" "python3 tools/PunctuationChecker/punctuation-checker.py ."
Expand Down

0 comments on commit d5bb4b3

Please sign in to comment.