Skip to content

Commit af2469a

Browse files
committed
Merge branch 'main' into digests-table-1-1
2 parents 0d814ad + f9d8226 commit af2469a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pip install marko jsonschema
1717
- name: Checks line length
1818
run: |
19-
test `cut -c121- draft/spec/index.md | grep -vx "^$" | wc -l` -eq 0
20-
test `cut -c121- draft/implementation-notes/index.md | grep -vx "^$" | wc -l` -eq 0
19+
test `grep -v "^|" draft/spec/index.md | cut -c121- | grep -vx "^$" | wc -l` -eq 0
20+
test `grep -v "^|" draft/implementation-notes/index.md | cut -c121- | grep -vx "^$" | wc -l` -eq 0
2121
- name: Checks Examples
2222
run: python scripts/check_examples.py

0 commit comments

Comments
 (0)