-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: add gh-actions to check and fix license headers #10
Conversation
…rs/greenhouse into feat/license-header
Cool! |
Mh. That didn't pick up my commit: https://github.com/cloudoperators/greenhouse/actions/runs/8239936427/job/22534256408#step:4:21 |
- '**/*.lock' | ||
- '**/*.json' | ||
- '**/.gitkeep' | ||
- '**/*.jsx' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kengou I just saw that you excluded .jsx files from being commented. What is the reason for that? We have a lot of files in our project which are written in .jsx files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch @hodanoori! .jsx
files should not be excluded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixing it in #27
Add a new GitHub Actions Workflow: