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
Refactor GitHub Actions workflow to remove linting job
Summary:
- Removed the linting job from the `test.yml` workflow, streamlining the CI process.
- Retained the test execution step to ensure that tests are still run as part of the CI pipeline.
This change simplifies the workflow configuration, focusing on test execution while eliminating the linting steps that were previously included.
0 commit comments