8 lines
138 B
Bash
8 lines
138 B
Bash
![]() |
# Validate metadata
|
||
|
cd rspec-tools
|
||
|
pipenv install -e .
|
||
|
pipenv run rspec-tools validate-rules-metadata
|
||
|
if [[ $? -ne 0 ]]; then
|
||
|
exit 1
|
||
|
fi
|