Skip to content

Commit 3ffa190

Browse files
authored
Update markdownlint-cli2-action to 7.0.0 (#910)
This required fixing some newly found lint issues. Additionally some issues are in files (workflow templates) that are structured in such a way that do not easily allow correction, so I have adjusted the linter configuration to ignore these files for now. They could instead be corrected in a later commit.
2 parents 02204ac + 3ccaf44 commit 3ffa190

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/lint-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2222

23-
- uses: DavidAnson/markdownlint-cli2-action@d199b6e1b89360c71e0c21eac02f7965faf07ba6
23+
- uses: DavidAnson/markdownlint-cli2-action@e3969ef4ed874458f4b66d4631f78fff7717012c
2424
with:
25-
globs: "**/*.md"
25+
globs: |
26+
"**/*.md"
27+
"!.github/ISSUE_TEMPLATE"
2628
2729
check-links:
2830
name: Check for broken links

docs/environment.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ export GCM_AZREPOS_CREDENTIALTYPE="oauth"
837837
[credential-authority]: configuration.md#credentialauthority-deprecated
838838
[credential-autodetecttimeout]: configuration.md#credentialautodetecttimeout
839839
[credential-azrepos-credential-type]: configuration.md#azreposcredentialtype
840-
[credential-bitbucketalwaysrefreshcredentials]: configuration.md#bitbucketAlwaysRefreshCredentials
841840
[credential-bitbucketauthmodes]: configuration.md#credentialbitbucketAuthModes
842841
[credential-cacheoptions]: configuration.md#credentialcacheoptions
843842
[credential-credentialstore]: configuration.md#credentialcredentialstore
@@ -857,7 +856,7 @@ export GCM_AZREPOS_CREDENTIALTYPE="oauth"
857856
[freedesktop-ss]: https://specifications.freedesktop.org/secret-service/
858857
[gcm]: usage.md
859858
[gcm-interactive]: #gcm_interactive
860-
[gcm-credential-store]: #GCM_CREDENTIAL_STORE
859+
[gcm-credential-store]: #gcm_credential_store
861860
[gcm-dpapi-store-path]: #gcm_dpapi_store_path
862861
[gcm-plaintext-store-path]: #gcm_plaintext_store_path
863862
[gcm-msauth-usebroker]: #gcm_msauth_usebroker-experimental

0 commit comments

Comments
 (0)