Skip to content

[codex] trim AnitaB project name#647

Open
Sean-Kenneth-Doherty wants to merge 1 commit into
firstcontributions:mainfrom
Sean-Kenneth-Doherty:codex/trim-anitab-project-name
Open

[codex] trim AnitaB project name#647
Sean-Kenneth-Doherty wants to merge 1 commit into
firstcontributions:mainfrom
Sean-Kenneth-Doherty:codex/trim-anitab-project-name

Conversation

@Sean-Kenneth-Doherty
Copy link
Copy Markdown

Summary

  • remove the trailing space from the AnitaB.org project card name
  • keep the existing project link, image, description, and tags unchanged

Validation

  • AnitaB.org project link returns 200
  • AnitaB.org image URL returns 200 image/png
  • GITHUB_TOKEN=$(gh auth token) pnpm build
  • generated dist/index.html contains the trimmed AnitaB.org card name and no AnitaB.org trailing-space text
  • git diff --check origin/main...HEAD

Refs #501 and #362.

@Sean-Kenneth-Doherty
Copy link
Copy Markdown
Author

Fresh validation against the current PR head (774a3d5):

  • the PR is scoped to the AnitaB.org entry in src/data/projects.js, plus restoring the final newline
  • the project link returns 200
  • the image URL returns 200 image/png
  • imported projectList and confirmed the AnitaB.org name is trimmed (project.name === project.name.trim())
  • GITHUB_TOKEN=$(gh auth token) pnpm build -> Astro build succeeded, 2 pages
  • generated dist/index.html contains the trimmed AnitaB.org card name and no AnitaB.org trailing-space text
  • git diff --check origin/main...HEAD -> clean

Generated .astro/dist output was restored after validation.

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