Skip to content

Add infrastructure for formatting with the Prettier tool #67

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
Dec 20, 2023
Merged

Add infrastructure for formatting with the Prettier tool #67

merged 2 commits into from
Dec 20, 2023

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Dec 20, 2023

Prettier is a tool for formatting files of various formats. It is a standard in Arduino tooling projects.

A task is provided to allow contributors to easily format the files of the project.

A GitHub Actions workflow checks for Prettier formatting compliance on every push and pull request that affects relevant files.

Prettier is a tool for formatting files of various formats. It is a standard in Arduino tooling projects.

A task is provided to allow contributors to easily format the files of the project.

A GitHub Actions workflow checks for Prettier formatting compliance on every push and pull request that affects relevant
files.
@per1234 per1234 added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels Dec 20, 2023
@per1234 per1234 self-assigned this Dec 20, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5494460) 100.00% compared to head (1acee02) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #67   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          732       732           
=========================================
  Hits           732       732           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@per1234 per1234 merged commit 19f5e91 into arduino:main Dec 20, 2023
@per1234 per1234 deleted the prettier branch December 20, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants