Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 11, 2024
1 parent ffbbfc8 commit 704ca73
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ const ROOT = resolve(__dirname, '../..');
),
options: {
includeLabels: ['serverless'],
prototypeDocument: join(ROOT, 'scripts/openapi/bundle_detections_info/detections_serverless.info.yaml'),
prototypeDocument: join(
ROOT,
'scripts/openapi/bundle_detections_info/detections_serverless.info.yaml'
),
},
});

Expand All @@ -32,7 +35,10 @@ const ROOT = resolve(__dirname, '../..');
),
options: {
includeLabels: ['ess'],
prototypeDocument: join(ROOT, 'scripts/openapi/bundle_detections_info/detections_ess.info.yaml'),
prototypeDocument: join(
ROOT,
'scripts/openapi/bundle_detections_info/detections_ess.info.yaml'
),
},
});
})();

0 comments on commit 704ca73

Please sign in to comment.