Skip to content

refactor: Split CI workflows into separate jobs for better feedback and parallel execution #174

@TejInaco

Description

@TejInaco

Currently, unit tests are bundled with the publication workflow, making it harder for developers to identify which check failed and slowing down feedback.

Separate GitHub Actions workflows into independent files:

tests.yml - Unit tests (vitest)
lint.yml - ESLint checks
format.yml - Prettier formatting validation
publish-to-gh-pages.yml - Keep as-is for deployment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions