-
Notifications
You must be signed in to change notification settings - Fork 170
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
USWDS-Site - Prettier should run on .md files. #3037
Open
cathybaptista
wants to merge
14
commits into
main
Choose a base branch
from
cb-enable-prettier-on-markdown
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+13
−7
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
62e4924
cb: updating circleci and package.json to allow CI of md files.
cathybaptista c40c455
cb: remove workflow test.
cathybaptista 3502a78
cb: remove workflow test.
cathybaptista fc7f024
cb: remove typo.
cathybaptista d4d83d1
cb: stop ignoring md files.
cathybaptista e8d8afa
Add linting and formatting job to workflow
mejiaj 92cb7c9
Move linting and formatting in workflow
mejiaj 6c6ff75
Move erroneous job name
mejiaj 782ac17
cb: _uswds-theme-custom-styles.css prettier
cathybaptista 4bc8926
cb: Branch update.
cathybaptista f52e9eb
cb: check prettier for md files and add scripts for md files.
cathybaptista 17a2882
cb: remove extraneous job from file.
cathybaptista ab7831a
cb: make sure prettier is running against the right directory for site.
cathybaptista 89e0ace
cb: add vendor/bundle to .prettierignore so that md files that are pa…
cathybaptista File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,5 @@ Gemfile.lock | |
.gitkeep | ||
*.csv | ||
*.html | ||
*.md | ||
*.min.js | ||
*.min.js | ||
vendor/bundle/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: This check formatting works, but the
build
job doesn't seem like the most appropriate place because:You can see in the workflow that it takes over 2 minutes to check for formatting.
Consider separating it and running before
build
.