You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix all type-check issues discovered using the command nox -s type-check. Once all issues have been addressed, update the check.yml workflow file to include type-check as a step for verification of PRs and other relevant workflow executions.
Details
The repository currently has type-check issues, and these need to be identified and resolved to improve code quality and maintainability. The command nox -s type-check can be used to detect these issues.
The goal is to:
Run nox -s type-check to identify all type-check errors and warnings.
Update code to resolve all discovered issues.
Modify the check.yml workflow to include type-checking as a step for all PRs and other relevant checks.
An example of the type-check workflow step can be seen by running the following command tbx workflow show checks.
Task(s)
Run nox -s type-check to identify type-check issues.
Fix identified type-check issues in the codebase.
Update the check.yml workflow to include type-check as a step.
Ensure modified check.yml runs successfully with type-check on a test branch or fork.
The text was updated successfully, but these errors were encountered:
Nicoretti
changed the title
Enable type-check in CI
Integrate Type-Check into CI workflow(s)
Oct 23, 2024
Summary
Fix all type-check issues discovered using the command
nox -s type-check
. Once all issues have been addressed, update thecheck.yml
workflow file to include type-check as a step for verification of PRs and other relevant workflow executions.Details
The repository currently has type-check issues, and these need to be identified and resolved to improve code quality and maintainability. The command
nox -s type-check
can be used to detect these issues.The goal is to:
nox -s type-check
to identify all type-check errors and warnings.check.yml
workflow to include type-checking as a step for all PRs and other relevant checks.An example of the type-check workflow step can be seen by running the following command
tbx workflow show checks
.Task(s)
nox -s type-check
to identify type-check issues.check.yml
workflow to include type-check as a step.check.yml
runs successfully with type-check on a test branch or fork.The text was updated successfully, but these errors were encountered: