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

CI: Split off lint as a separate job and add shellcheck #1417

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

Conversation

kristapsk
Copy link
Member

There is no point in running lint scripts on all OS / Python combinations. Saves some CI minutes.

@AdamISZ
Copy link
Member

AdamISZ commented Jan 22, 2023

I certainly have no objection to this, but are you sure that lint result doesn't depend on Py version (also it's quick, isn't it?).

@kristapsk
Copy link
Member Author

kristapsk commented Jan 22, 2023

are you sure that lint result doesn't depend on Py version (also it's quick, isn't it?).

Should depend on flake8 and shellcheck version, not Python version.

@kristapsk
Copy link
Member Author

This could be unified with #1640 probably, as that also is a lint, just for OpenAPI spec. And spinning up new Ubuntu machine takes some time that could be avoided.

@kristapsk
Copy link
Member Author

Rebased.

@kristapsk
Copy link
Member Author

This could be unified with #1640 probably, as that also is a lint, just for OpenAPI spec. And spinning up new Ubuntu machine takes some time that could be avoided.

OTOH, it's only 15 seconds, not much compared to total CI time. Probably better to not hurry with this right now.

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

Successfully merging this pull request may close these issues.

2 participants