Use dotenv linter action instead of direct install and download#2144
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the CI linting workflow to run dotenv-linter via the maintained GitHub Action instead of downloading/installing it manually, aiming to reduce intermittent CI failures during install.
Changes:
- Replace
curl | shinstallation ofdotenv-linterwithdotenv-linter/action-dotenv-linter@v2in the linter workflow. - Add a changelog fragment documenting the maintenance change.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
docs/changes/2144.maintenance.md |
Adds a changelog note for the CI linting adjustment. |
.github/workflows/CI-linter.yml |
Switches dotenv linting to the official action to avoid direct download/install. |
Comments suppressed due to low confidence (1)
docs/changes/2144.maintenance.md:2
- This changelog fragment should be a single non-empty line; currently the file contains an extra blank line after the entry, which can violate the “one-line fragment” convention/checks. Please remove the trailing empty line so the fragment is exactly one line.
Use github action for dotenv linter instead direct installation and call.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
orelgueta
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Maybe this solves the issue of e.g. https://github.com/gammasim/simtools/actions/runs/25103673807/job/73559252311 (seen a couple of times now).
There is also a pre-commit tool for dotenv linter, but this requires to have docker installed (which I don't want to assume on any developer machine; e.g., I have podman).