Skip to content

Conversation

@cmuench
Copy link
Member

@cmuench cmuench commented Jun 17, 2025

This commit addresses several linting issues identified in the .github/workflows/deploy.yml file:

  • Shellcheck SC2086: Variables ($GITHUB_OUTPUT) in the 'Set release type' step of the 'create-github-release' job are now double-quoted to prevent globbing and word splitting issues.
  • Yamllint line length: Long lines were reformatted to be under the 80-character limit. This involved breaking down long commands and strings using YAML block scalars.
  • Yamllint bracket spacing: Extra spaces within ${{ ... }} expressions were removed for consistency and to adhere to linting best practices.

This commit addresses several linting issues identified in the .github/workflows/deploy.yml file:

- **Shellcheck SC2086:** Variables ($GITHUB_OUTPUT) in the 'Set release type' step of the 'create-github-release' job are now double-quoted to prevent globbing and word splitting issues.
- **Yamllint line length:** Long lines were reformatted to be under the 80-character limit. This involved breaking down long commands and strings using YAML block scalars.
- **Yamllint bracket spacing:** Extra spaces within ${{ ... }} expressions were removed for consistency and to adhere to linting best practices.
@cmuench cmuench merged commit 398125d into develop Jun 17, 2025
8 checks passed
@cmuench cmuench deleted the fix/deploy-yml-linting branch June 19, 2025 12:16
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