Skip to content

Commit 6f2df15

Browse files
authored
[CI] Enable markdownlint2 checks, and fix issues (#6317)
1 parent dba9867 commit 6f2df15

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.cspell.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ words: # Valid words across all locales
5959
- Docsy
6060
- htmltest
6161
# Hugo
62+
- jsonify
6263
- warnf

.github/workflows/check-text.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
cache-dependency-path: tmp/package-ci.json
4747
- run: npm install --ignore-scripts --omit=optional
4848
- run: npm run check:markdown
49+
- run: npm run check:markdown2

content/es/docs/contributing/issues.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
weight: 10
77
_issues: https://github.com/open-telemetry/opentelemetry.io/issues
88
_issue: https://github.com/open-telemetry/opentelemetry.io/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A
9-
default_lang_commit: 99f0ae5760038d51f9e9eb376bb428a2caca8167
9+
default_lang_commit: 99f0ae5760038d51f9e9eb376bb428a2caca8167 # patched
1010
---
1111

1212
## Solucionando una propuesta existente
@@ -28,13 +28,14 @@ OpenTelemetry (OTel) es solucionando un problema ya identificado.
2828
- [Help wanted]
2929

3030
<!-- prettier-ignore -->
31-
> **NOTA**: **_No_ asignamos propuestas** a aquellos que aún no hayan contribuido a la organización [OpenTelemetry
32-
> organization][org], a menos que sean parte de un proceso de tutoria o onboarding.
31+
> **NOTA**: **_No_ asignamos propuestas** a aquellos que aún no hayan
32+
> contribuido a la organización [OpenTelemetry organization][org], a menos
33+
> que sean parte de un proceso de tutoria o onboarding.
3334
{.mt-3}
3435

3536
<!-- prettier-ignore -->
36-
[good first issue]: {{% param _issue %}}%22good+first+issue%22
37-
[help wanted]: {{% param _issue %}}%3A%22help+wanted%22
37+
[good first issue]: <{{% param _issue %}}%22good+first+issue%22>
38+
[help wanted]: <{{% param _issue %}}%3A%22help+wanted%22>
3839
[org]: https://github.com/open-telemetry
3940

4041
{{% /alert %}}

0 commit comments

Comments
 (0)