This commit is contained in:
Thomas Crain 2020-10-27 12:56:21 -07:00 коммит произвёл GitHub
Родитель c525f8b8f9
Коммит 6ab37d60be
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/lint-specs.yml поставляемый
Просмотреть файл

@ -82,9 +82,9 @@ jobs:
spec-cleaner -o linted_specs ${{ env.updated-specs }}
[ -n "$(ls -A linted_specs)" ] \
&& echo "Specs are not correctly formatted." \
&& echo "Linting output is available in the linted_specs artifact."
&& echo "Linting output is available in the linted_specs artifact." \
&& echo "Please properly format your specs according to that output before merging." \
&& echo "A diff of the changes required is printed below:"
&& echo "A diff of the changes required is printed below:" \
&& spec-cleaner -d --diff-prog="git --no-pager diff" ${{ env.updated-specs }} \
&& exit 1