Skip to content

chore: rename build workflow to check and add pre-commit checks#143

Merged
francescarpi merged 3 commits intodevelopfrom
chore/rename-ci-workflow-to-check
Mar 22, 2026
Merged

chore: rename build workflow to check and add pre-commit checks#143
francescarpi merged 3 commits intodevelopfrom
chore/rename-ci-workflow-to-check

Conversation

@francescarpi
Copy link
Copy Markdown
Collaborator

@francescarpi francescarpi commented Mar 22, 2026

Summary

  • Renombra el workflow de CI de build.yml a check.yml y el job de build a check
  • Agrega los mismos checks que corren en el pre-commit: pnpm astro check y pnpm exec prettier --check src
  • El build sigue corriendo al final, solo si los checks previos pasan

fixes #142

@francescarpi francescarpi self-assigned this Mar 22, 2026
@francescarpi francescarpi merged commit 8719adb into develop Mar 22, 2026
1 check passed
@francescarpi francescarpi deleted the chore/rename-ci-workflow-to-check branch March 22, 2026 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remplazar GHA "build" por un "pnpm astro check" + el check de prettier

1 participant