Skip to content

fix(linter): Fix workflow and format fails - #2565

Merged
aweell merged 1 commit into
productionfrom
aweell-fix-linter-workflow
Feb 17, 2026
Merged

fix(linter): Fix workflow and format fails#2565
aweell merged 1 commit into
productionfrom
aweell-fix-linter-workflow

Conversation

@aweell

@aweell aweell commented Feb 17, 2026

Copy link
Copy Markdown
Collaborator

Addresses issues with the token linting workflow by refining the conditions under which the linter is triggered and correcting the format of a description in the token JSON file.

Motivation

The previous configuration for the token linting workflow was set to trigger on pushes to the production branch, which limited its effectiveness during pull requests. By changing the trigger to pull_request, we ensure that any changes to the token files are validated before they are merged, enhancing our code quality and consistency.

Changes Made

  1. Workflow Update: The tokens-lint.yml workflow has been modified to trigger on pull requests targeting the production branch instead of on direct pushes. This change allows for better validation during the development process.
  2. Token Description Fix: In the tokens/vivo.json file, the description for the backgroundDropZoneBrandDragover key has been corrected from "darkModeBlack" to "vivoPurpleDark" to accurately reflect the associated color.

Improvement

These changes improve the project by ensuring that token formatting is validated during pull requests, reducing the likelihood of errors in the production branch. The correction in the token description also enhances clarity and maintainability of our design tokens.

@aweell
aweell marked this pull request as ready for review February 17, 2026 13:19
@aweell
aweell merged commit 2a13897 into production Feb 17, 2026
12 checks passed
@aweell
aweell deleted the aweell-fix-linter-workflow branch February 17, 2026 13:20
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