Fix the asciidoc validation script
This commit is contained in:
parent
1e2c0da592
commit
0152ebc324
@ -9,6 +9,8 @@ exit_code=0
|
||||
cd rspec-tools
|
||||
pipenv install -e .
|
||||
if pipenv run rspec-tools check-sections --d ../out; then
|
||||
echo "Sections are fine"
|
||||
else
|
||||
echo "ERROR: incorrect section names"
|
||||
exit_code=1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user