Skip to content

Introduce Prettier #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 31, 2025
Merged

Introduce Prettier #37

merged 2 commits into from
May 31, 2025

Conversation

ymyzk
Copy link
Member

@ymyzk ymyzk commented May 31, 2025

No description provided.

@ymyzk ymyzk requested a review from Copilot May 31, 2025 06:36
Copy link

Deploying pycon-mini-tokai with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5cf9307
Status: ✅  Deploy successful!
Preview URL: https://9fa4972c.pycon-mini-tokai.pages.dev
Branch Preview URL: https://prettier.pycon-mini-tokai.pages.dev

View logs

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request introduces Prettier to enforce a consistent code style across the project. Key changes include:

  • Adding Prettier configuration and scripts to package.json.
  • Updating HTML, CSS, and other files to adhere to Prettier formatting.
  • Adding a GitHub Actions workflow for running Prettier checks and a .prettierignore file.

Reviewed Changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Added Prettier config and formatting scripts.
index.html Updated formatting to conform to Prettier rules.
2025/reset.css Reformatted CSS rules for improved consistency and readability.
2025/index.html Reformatted HTML elements and attributes per Prettier guidelines.
2025/index.css Adjusted CSS formatting and line breaks.
2025/coc/index.html Reformatted the Code of Conduct page using Prettier.
.prettierignore Added to exclude 2024/ directory from Prettier formatting.
.github/workflows/prettier.yml Added GitHub Actions workflow to run Prettier checks.

@ymyzk ymyzk merged commit 906e5ff into main May 31, 2025
3 checks passed
@ymyzk ymyzk deleted the prettier branch May 31, 2025 06:37
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