We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5a55f commit ecd349dCopy full SHA for ecd349d
.github/validate-pr/index.js
@@ -95,7 +95,7 @@ async function run() {
95
if (file.endsWith('eslint.config.js')) continue
96
if (file.endsWith('package.json')) continue
97
if (file.endsWith('package-lock.json')) continue
98
- console.log(file)
+ if (file.endsWith('.md')) continue
99
if (getApi(file).endsWith('_types')) {
100
const apis = specification.endpoints
101
.filter(endpoint => endpoint.name.split('.').filter(s => !privateNames.includes(s))[0] === getApi(file).split('.')[0])
0 commit comments