Skip to content

feat: add GitHub CI workflow for code quality checks#2

Merged
lorrehuggan merged 1 commit intomainfrom
colbolt
Oct 15, 2025
Merged

feat: add GitHub CI workflow for code quality checks#2
lorrehuggan merged 1 commit intomainfrom
colbolt

Conversation

@lorrehuggan
Copy link
Owner

  • Add comprehensive linting workflow (.github/workflows/lint.yml)

    • Runs ESLint for code quality validation
    • Runs Prettier for formatting checks
    • Runs Svelte type checking
    • Includes dependency caching for performance
    • Triggers on push/PR to main and develop branches
  • Add CI status badge to README.md

  • Workflow validates all existing quality scripts:

    • bun run lint:check
    • bun run format:check
    • bun run check

This ensures consistent code quality across all contributions.

- Add comprehensive linting workflow (.github/workflows/lint.yml)
  - Runs ESLint for code quality validation
  - Runs Prettier for formatting checks
  - Runs Svelte type checking
  - Includes dependency caching for performance
  - Triggers on push/PR to main and develop branches

- Add CI status badge to README.md
- Workflow validates all existing quality scripts:
  - bun run lint:check
  - bun run format:check
  - bun run check

This ensures consistent code quality across all contributions.
@lorrehuggan lorrehuggan merged commit 7feb401 into main Oct 15, 2025
1 check passed
@lorrehuggan lorrehuggan deleted the colbolt branch October 15, 2025 21:23
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