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

Add a ginkgo focus check linter #252

Merged
merged 3 commits into from
Feb 10, 2025
Merged

Add a ginkgo focus check linter #252

merged 3 commits into from
Feb 10, 2025

Conversation

valaparthvi
Copy link
Collaborator

@valaparthvi valaparthvi commented Feb 7, 2025

What does this PR do?

This PR checks for focused ginkgo specs, ensuring it does not contain any specs before it is merged. The action is triggered on any changes to a PR.

Which issue(s) this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):

Fixes #203

Checklist:

Special notes for your reviewer:

…in the PR

Signed-off-by: Parthvi Vala <[email protected]>

Add focus for testing

Signed-off-by: Parthvi Vala <[email protected]>

Newline

Signed-off-by: Parthvi Vala <[email protected]>

Revert "Add focus for testing"

This reverts commit 147732c.

Update .github/workflows/focus-ginkgo-checks.yml

Co-authored-by: Martin Kravec <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>

Fix action not failing on a successful grep

Signed-off-by: Parthvi Vala <[email protected]>

Add focus for testing

Signed-off-by: Parthvi Vala <[email protected]>

Revert "Add focus for testing"

This reverts commit 492eb03.

Update .github/workflows/focus-ginkgo-checks.yml

Co-authored-by: Tomas Hehejik <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>

Revert "Revert "Add focus for testing""

This reverts commit 1fdc623.

Update .github/workflows/focus-ginkgo-checks.yml

Co-authored-by: Tomas Hehejik <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>

Revert "Revert "Revert "Add focus for testing"""

This reverts commit a137238.

Remove script and other minor modifications

Signed-off-by: Parthvi Vala <[email protected]>
Co-authored-by: Tomas Hehejik <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>
@valaparthvi valaparthvi merged commit 1e43168 into main Feb 10, 2025
2 checks passed
@valaparthvi valaparthvi deleted the fit-check branch February 10, 2025 14:40
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.

Add Focus spec checks in linter
3 participants