Skip to content

👷 Fix workflow: yamllint exceptions and svgo formatting#191

Open
frack113 wants to merge 2 commits into
mainfrom
workflow/fix-erreur
Open

👷 Fix workflow: yamllint exceptions and svgo formatting#191
frack113 wants to merge 2 commits into
mainfrom
workflow/fix-erreur

Conversation

@frack113

@frack113 frack113 commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Closes #187

Changes

yamllint exceptions

Added # yamllint disable/enable rule:line-length blocks for long lines in workflow files:

  • .github/workflows/build.yaml: blocks around uses: lines with long commit hash pins (87 and 91 chars)
  • .github/workflows/format.yaml: block around multiline run: svgo command (84 chars)
  • .github/workflows/lint.yaml: block around SPDX header with long URL (86 chars)

.yamllint.yaml config was left unchanged.

svgo formatting

Ran svgo --pretty on SVG files to match the format expected by the CI check:

  • docs/assets/logo.svg
  • media/logo.svg

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.

1 participant