Conversation
build(workflows): adjust paths in deployment workflow chore(trunk): update runtime versions and linting configuration style(svg): optimize SVG files for better performance Signed-off-by: Salvydas Lukosius <ss-o@users.noreply.github.com>
Member
Author
|
Closing as outdated: this draft is conflicting against current |
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.
build(workflows): adjust paths in deployment workflow
chore(trunk): update runtime versions and linting configuration
style(svg): optimize SVG files for better performance
Summary
This pull request primarily updates documentation formatting for consistency and makes minor configuration changes to workflows and linters. The most notable changes are improved markdown table formatting in
.github/README.md, an update to the asset deployment workflow path, and adjustments to linter and runtime versions in.trunk/trunk.yaml.Documentation improvements:
.github/README.mdfor improved readability and consistency across sections describing organization features, repository structure, default files, available actions, and starter workflows. [1] [2] [3] [4] [5]Workflow and configuration updates:
gh-deploy-assets.ymlworkflow to remove the leading./from thepathsglob pattern, ensuring correct path matching for asset deployment triggers.rufflinter and removed its versioned entry from theenabledlist in.trunk/trunk.yaml, streamlining linter configuration..trunk/trunk.yamlto their latest releases, improving compatibility and security.markdownlintlinter for.github/styles/**in.trunk/trunk.yaml, possibly to temporarily disable markdown linting in that directory.Verification
Agent handoff
If this PR is unfinished, blocked, or expected to be resumed by another maintainer or LLM agent, include:
If no handoff is needed, write:
No handoff needed.