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

Testing gh linting #4344

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/accumulators.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,22 @@
weight = 20
+++

DO NOT MERGE.

Check failure on line 13 in content/accumulators.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Microsoft.Contractions] Use 'don't' instead of 'DO NOT'. Raw Output: {"message": "[Microsoft.Contractions] Use 'don't' instead of 'DO NOT'.", "location": {"path": "content/accumulators.md", "range": {"start": {"line": 13, "column": 1}}}, "severity": "ERROR"}

testing


Check failure on line 17 in content/accumulators.md

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple consecutive blank lines [Expected: 1; Actual: 2]

content/accumulators.md:17 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]

Check failure on line 18 in content/accumulators.md

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple consecutive blank lines [Expected: 1; Actual: 3]

content/accumulators.md:18 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3]

Check failure on line 19 in content/accumulators.md

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple consecutive blank lines [Expected: 1; Actual: 4]

content/accumulators.md:19 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 4]

Check failure on line 20 in content/accumulators.md

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple consecutive blank lines [Expected: 1; Actual: 5]

content/accumulators.md:20 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 5]
This is an advanced topic. You should have already written a Custom Resource and be familiar with:

This is a sentence. This is more.

Check failure on line 23 in content/accumulators.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Microsoft.Spacing] 'e. T' should have one space. Raw Output: {"message": "[Microsoft.Spacing] 'e. T' should have one space.", "location": {"path": "content/accumulators.md", "range": {"start": {"line": 23, "column": 18}}}, "severity": "ERROR"}

One of our tools is workstation.

Chef Workstation.

- The built-in Chef Infra [`template`]({{< relref "resources/template" >}}) resource
- Cookbook execution [`with_run_context`]({{< relref "infra_language/cookbook_execution/#with_run_context" >}})

Expand Down
Loading