Skip to content

Commit

Permalink
Run skuba format
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci committed Sep 6, 2024
1 parent 876dedf commit d22b4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.0.0",
"tsconfig-seek": "2.0.0",
"typescript": "~5.5.4",
"tsx": "^4.16.2",
"typescript": "~5.5.4",
"validate-npm-package-name": "^5.0.0",
"zod": "^3.22.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const patchDockerComposeFiles: PatchFunction = async ({
const dockerComposeFiles = await fetchFiles(maybeDockerComposeFiles);

const dockerComposeFilesToPatch = dockerComposeFiles.filter(({ contents }) =>
contents.match(DOCKER_COMPOSE_VERSION_REGEX),
DOCKER_COMPOSE_VERSION_REGEX.exec(contents),
);

if (!dockerComposeFilesToPatch.length) {
Expand Down

0 comments on commit d22b4d5

Please sign in to comment.