Skip to content
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

[docs-beta] README change regarding lint:fix #23858

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

hellendag
Copy link
Member

@hellendag hellendag commented Aug 23, 2024

Summary & Motivation

Modified yarn commands. Now:

  • ts runs TypeScript
  • lint applies prettier changes and autofixes
  • vale checks value
  • lint-and-vale is a combination of the two above

How I Tested These Changes

Run the commands, verify that they behave as expected.

Changelog [New | Bug | Docs]

NOCHANGELOG

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @hellendag and the rest of your teammates on Graphite Graphite

@hellendag hellendag marked this pull request as ready for review August 23, 2024 18:53
@graphite-app graphite-app bot added the area: docs Related to documentation in general label Aug 23, 2024
Copy link

github-actions bot commented Aug 23, 2024

Deploy preview for dagster-docs-beta ready!

✅ Preview
https://dagster-docs-beta-fgxiuux3e-elementl.vercel.app
https://dish-doc-328-revamp-testing-completed-tasks.dagster.dagster-docs.io

Built with commit 4d49b80.
This pull request is being automatically deployed with vercel-action

@hellendag hellendag force-pushed the dish/doc-328-revamp-testing-completed-tasks branch from ff96069 to 875c116 Compare August 23, 2024 19:08
@hellendag hellendag force-pushed the dish/doc-328-revamp-testing-completed-tasks branch from 875c116 to 4d49b80 Compare August 23, 2024 19:09
Copy link
Contributor

@erinkcochran87 erinkcochran87 left a comment

Choose a reason for hiding this comment

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

ty!

@hellendag hellendag merged commit e7be589 into master Aug 23, 2024
4 checks passed
@hellendag hellendag deleted the dish/doc-328-revamp-testing-completed-tasks branch August 23, 2024 19:18
@@ -63,15 +63,12 @@ This command starts a local development server and opens up a browser window. Mo
To check the documentation for different issues, use the following:

```bash
## Lints Markdown content using prettier
## Lints all content, applies lint autofixes and prettier changes
yarn lint
Copy link
Contributor

Choose a reason for hiding this comment

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

i think this breaks our CI right? since we have a GH action that ran prettier --check and eslint without fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Related to documentation in general
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants