Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TD-312: Allow to run steps conditionally @ parallel workflow #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

keynslug
Copy link
Contributor

Followup to #22.

@keynslug keynslug requested a review from kehitt June 22, 2022 13:39
Comment on lines +139 to +140
echo "::set-output name=exists::false"
echo "::notice file=rebar.config::Plugin 'erlfmt' is missing, can not check formatting."
Copy link
Contributor

@kehitt kehitt Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я предлагаю как минимум повысить до warning или даже error, notice-сообщения какие-то ужасно незаметные получаются.

Как максимум мне вообще не особо нравится, что получить зеленую галочку на pr можно, поменяв какой-то файл, отличный от тех, что под .github (то, чего я хотел избежать, когда выкидывал использование makefile из конфигураций CI). Может добавить какой нибудь параметр сюда, вроде allow-optional-linting/allow-optional-formatting c дефолтом false?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants