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

added workflow to detect whitespaces #422

Merged

Conversation

ElaiShalevRH
Copy link
Collaborator

Simple workflow to detect whitespaces upon changes in application.properties files. This will ensure that application.properties files won't get merged in a format that may hinder their rendering as k8s resources.

@ElaiShalevRH
Copy link
Collaborator Author

@masayag

@gabriel-farache gabriel-farache merged commit 069cb84 into rhdhorchestrator:main Sep 24, 2024
1 check passed
Comment on lines +4 to +7
pull_request:
push:
branches: [ "main" ]
paths:
Copy link
Collaborator

Choose a reason for hiding this comment

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

I merged too fast, this needs to be

pull_request:
    branches:
      - main

otherwise the CI will only be executed when pushing on main, so after the PR is merged

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

You sure? the workflow ran for me just now on this PR
https://github.com/parodos-dev/serverless-workflows/pull/422/checks

Copy link
Collaborator

Choose a reason for hiding this comment

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

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