Skip to content

Commit

Permalink
Ignore tsconfig.json in PR validation job
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Aug 17, 2023
1 parent 992ca6a commit 7132f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/validate-pr/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ async function run () {
if (file.startsWith('specification/_spec_utils')) continue
if (file.startsWith('specification/_doc_ids')) continue
if (file.startsWith('specification/_json_spec')) continue
if (file === 'specification/tsconfig.json') continue
if (getApi(file).endsWith('_types')) {
const apis = specification.endpoints
.filter(endpoint => endpoint.name.split('.').filter(s => !privateNames.includes(s))[0] === getApi(file).split('.')[0])
Expand Down

0 comments on commit 7132f7e

Please sign in to comment.