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

chrore: add linting action #168

Merged
merged 2 commits into from
Mar 3, 2025
Merged

Conversation

egabancho
Copy link
Member

@egabancho egabancho commented Feb 28, 2025

It uses https://github.com/helm/chart-testing-action just for linting right now.

Let me know what you think. It already complained that we were missing maintainers from the Chart.yaml file 😂

@egabancho egabancho marked this pull request as ready for review February 28, 2025 10:35
@egabancho egabancho requested review from lindhe and Samk13 February 28, 2025 10:35
Copy link
Contributor

@lindhe lindhe left a comment

Choose a reason for hiding this comment

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

Sounds good. While I'm unfamiliar with this action, I'm all for automated linting.


jobs:
lint-test:
runs-on: ubuntu-20.04
Copy link
Contributor

Choose a reason for hiding this comment

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

Pretty old Ubuntu? OK by me if this works, but if a newer version works then we can rely on that longer into the future…

Copy link
Member Author

Choose a reason for hiding this comment

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

I used the same one we have for the release action: https://github.com/inveniosoftware/helm-invenio/blob/master/.github/workflows/release.yml#L12
I'll test a newer one.

Copy link
Member Author

Choose a reason for hiding this comment

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

I upgraded it to 24.04, the latest version, and it works fine. I'll update the release action when I make a new release, that way I can test it 😉

@egabancho egabancho merged commit b45778d into inveniosoftware:master Mar 3, 2025
1 check passed
@egabancho egabancho deleted the linting branch March 3, 2025 09:22
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