Skip to content

Commit

Permalink
retesting with check enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsalvador-tf committed Sep 15, 2023
1 parent 001317d commit 47ca396
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ const mandatoryChecks: Check[] = [
const additionalChecks: Check[] = [
jiraLinked,
requiredTypeScript,
// bashCheck({
// name: 'validate-openapi',
// inputs: [],
// }),
bashCheck({
name: 'validate-openapi',
inputs: [],
}),
]

async function run(): Promise<void> {
Expand Down

0 comments on commit 47ca396

Please sign in to comment.