Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Dec 20, 2024
1 parent eb896d2 commit 78ebd67
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ Here’s an overview of the main concepts we’ll be using:
## Prerequisites

:::note
This guide is an extension of the{" "}
<a href="/guides/dagster/transitioning-data-pipelines-from-development-to-production">
Transitioning data pipelines from development to production
</a>{" "}
guide, illustrating a workflow for staging deployments. We’ll use the examples
from this guide to build a workflow atop Dagster+’s branch deployment feature.
This guide is an extension of the <a href="/guides/dagster/transitioning-data-pipelines-from-development-to-production"> Transitioning data pipelines from development to production </a> guide, illustrating a workflow for staging deployments. We’ll use the examples from this guide to build a workflow atop Dagster+’s branch deployment feature.

Check warning on line 38 in docs/docs-beta/docs/dagster-plus/features/ci-cd/branch-deployments/testing.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Dagster.chars-non-standard-quotes] Use standard single quotes or double quotes only. Do not use left or right quotes. Raw Output: {"message": "[Dagster.chars-non-standard-quotes] Use standard single quotes or double quotes only. Do not use left or right quotes.", "location": {"path": "docs/docs-beta/docs/dagster-plus/features/ci-cd/branch-deployments/testing.md", "range": {"start": {"line": 38, "column": 247}}}, "severity": "WARNING"}

Check warning on line 38 in docs/docs-beta/docs/dagster-plus/features/ci-cd/branch-deployments/testing.md

View workflow job for this annotation

GitHub Actions / deploy

Do not use an `<a>` element to navigate. Use the `<Link />` component from `@docusaurus/Link` instead. See: https://docusaurus.io/docs/docusaurus-core#link
:::

To complete the steps in this guide, you'll need:
Expand Down

0 comments on commit 78ebd67

Please sign in to comment.