Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

Summary

Added CSS and Sass file extensions (.css, .scss, .sass) to the path filters in the ci-turbo-build.yml and ci-turbo-test.yml GitHub Actions workflows. This ensures that changes to stylesheets will trigger the turbo build and test pipelines.

Rationale

The workflow path filters were previously missing CSS and Sass file extensions, meaning changes to stylesheets would not trigger CI builds or tests. This could lead to undetected issues when styling changes are made.

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

The YAML syntax follows the existing pattern used for other file extensions in these workflows. The change itself is configuration-only and doesn't modify any executable code.


Link to Devin run: https://app.devin.ai/sessions/86076b6387b44483be97c86ebc79f4e7
Requested by: Connor Prussin (connor@dourolabs.xyz)

Reviewer Checklist

  • Verify that CSS/Sass changes should indeed trigger full build and test workflows (vs. a separate styling-specific workflow)
  • Consider the CI cost implications if there are frequent stylesheet changes in the repository

Co-Authored-By: Connor Prussin <connor@dourolabs.xyz>
@devin-ai-integration devin-ai-integration bot requested a review from a team as a code owner October 27, 2025 15:27
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@vercel
Copy link

vercel bot commented Oct 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
api-reference Ready Ready Preview Comment Oct 27, 2025 3:32pm
component-library Ready Ready Preview Comment Oct 27, 2025 3:32pm
developer-hub Ready Ready Preview Comment Oct 27, 2025 3:32pm
entropy-explorer Ready Ready Preview Comment Oct 27, 2025 3:32pm
insights Ready Ready Preview Comment Oct 27, 2025 3:32pm
proposals Ready Ready Preview Comment Oct 27, 2025 3:32pm
staking Ready Ready Preview Comment Oct 27, 2025 3:32pm

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