Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaira Wenzel <mairaw@microsoft.com>2022-03-15 01:47:55 +0300
committerGitHub <noreply@github.com>2022-03-15 01:47:55 +0300
commitf741424c1a7d6b364c7cc144d4895dc137bf3d47 (patch)
tree5c9742c33081fa2ed49c8c5439c66781a84bf650 /.github
parent3e1c9ee32b3b9afac52db09fa840e84729e4caa8 (diff)
Update super-linter.yml (#7279)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/super-linter.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml
index 5de852cc..f306a03a 100644
--- a/.github/workflows/super-linter.yml
+++ b/.github/workflows/super-linter.yml
@@ -25,5 +25,6 @@ jobs:
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
+ VALIDATE_MARKDOWN: false
DEFAULT_BRANCH: main
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}