Merge pull request #5675 from ayshiff/feature/techdocs-e2e

Feature/techdocs e2e
This commit is contained in:
Patrik Oldsberg
2021-09-29 13:46:13 +02:00
committed by GitHub
27 changed files with 864 additions and 20 deletions
+1
View File
@@ -42,6 +42,7 @@ const getFilesToLint = () => {
// Note this ignore list only applies locally, CI runs `.github/workflows/docs-quality-checker.yml`
const ignored = ['', 'ADOPTERS.md', 'OWNERS.md'];
return execSync(command, {
stdio: ['ignore', 'pipe', 'inherit'],
})