Skip to content

ci: remove redundant checkout step in code-quality job#389

Open
neha222222 wants to merge 1 commit intogc-os-ai:mainfrom
neha222222:fix-ci-redundant-checkout
Open

ci: remove redundant checkout step in code-quality job#389
neha222222 wants to merge 1 commit intogc-os-ai:mainfrom
neha222222:fix-ci-redundant-checkout

Conversation

@neha222222
Copy link
Copy Markdown

Closes #260

Reference Issues/PRs

What does this implement/fix? Explain your changes.

What should a reviewer concentrate their feedback on?

Did you add any tests for the change?

Any other comments?

PR checklist

  • The PR title starts with either [ENH], [MNT], [DOC], or [BUG]. [BUG] - bugfix, [MNT] - CI, test framework, [ENH] - adding or improving code, [DOC] - writing or improving documentation or docstrings.
  • Added/modified tests
  • Used pre-commit hooks when committing to ensure that code is compliant with hooks. Install hooks with pre-commit install.
    To run hooks independent of commit, execute pre-commit run --all-files

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.

Optimize CI workflow by removing redundant checkout step and improving dependency caching

1 participant