Skip to content

Conversation

@sebbASF
Copy link
Contributor

@sebbASF sebbASF commented Aug 24, 2025

Also ignore pylint violation in test code

Also ignore pylint violation in test code
run: |
poetry run pylint asfpy/*.py test/*.py
- name: Test with mypy
if: always()
Copy link
Member

Choose a reason for hiding this comment

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

is this actually needed? I don't know GHA well enough, but dumb-me thinks the action should just always run if there is no "if:" condition provided.

Copy link
Contributor Author

@sebbASF sebbASF Aug 24, 2025

Choose a reason for hiding this comment

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

Yes, it (or fail-fast: false) is needed.
The default for fail-fast is true, which would mean that mypy won't run if pylint fails.

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