Skip to content

ci: add PR checks workflow and remove e2e from deploy#13

Merged
Raigato merged 1 commit intomainfrom
ci/add-pr-workflow
Mar 22, 2026
Merged

ci: add PR checks workflow and remove e2e from deploy#13
Raigato merged 1 commit intomainfrom
ci/add-pr-workflow

Conversation

@Raigato
Copy link
Copy Markdown
Owner

@Raigato Raigato commented Mar 22, 2026

Summary

  • Add .github/workflows/ci.yml triggered on pull_request with four parallel jobs: lint (Biome), typecheck (Astro/TS), build (Astro), and e2e (Playwright accessibility)
  • Remove the e2e job from deploy.yml so the deploy workflow only requires the build job to pass

- Add ci.yml triggered on pull_request with lint, typecheck, build, and e2e jobs
- Remove e2e job from deploy.yml; deploy now only needs build to pass
@Raigato Raigato marked this pull request as ready for review March 22, 2026 10:59
@Raigato Raigato merged commit 4d919ad into main Mar 22, 2026
4 checks passed
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