diff --git a/.github/workflows/license-check/license-check.json b/.github/workflows/license-check/license-check.json index ffbc80e..21e7136 100644 --- a/.github/workflows/license-check/license-check.json +++ b/.github/workflows/license-check/license-check.json @@ -1,7 +1,7 @@ [ { "include": ["**/*"], - "exclude": ["*.md"], + "exclude": ["**/*.md"], "license": ".github/workflows/license-check/license-Apache.txt" } ] \ No newline at end of file