You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/lint-entire-content-data-markdown.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: 'Lint entire content and data markdown files'
2
2
3
-
# **What it does**: Lints our content markdown weekly to ensure the content matches the specified styleguide. If errors exists, it opens a PR for the Docs content team to review.
3
+
# **What it does**: Lints our content markdown weekly to ensure the content matches the specified styleguide. If errors or warnings exist, it opens an issue for the Docs content team to review.
4
4
# **Why we have it**: Extra precaution to run linter on the entire content/data directories.
5
5
# **Who does it impact**: Docs content.
6
6
@@ -32,7 +32,7 @@ jobs:
32
32
id: linting-content-data
33
33
timeout-minutes: 10
34
34
continue-on-error: true
35
-
run: npm run lint-content -- --errors-only --paths content data --output-file /tmp/error-lints.json
35
+
run: npm run lint-content -- --paths content data --output-file /tmp/lint-results.json
0 commit comments