Skip to content

Commit 25851ff

Browse files
committed
fix phpcs module
1 parent 67439f3 commit 25851ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

phpcs/deps.ts

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export { assertEquals } from "https://deno.land/[email protected]/testing/asserts.ts";
33
export { dag, Container, Directory } from "./sdk/client.gen.ts";
44
export type { DirectoryID } from "./sdk/client.gen.ts";
55
export { brightGreen } from "https://deno.land/[email protected]/fmt/colors.ts";
6-
export { withDevbox } from "https://nix.fluentci.io/v0.5.3/src/dagger/steps.ts";
76
export { stringifyTree } from "https://esm.sh/[email protected]";
87
import gql from "https://esm.sh/[email protected]";
98
export { gql };

phpcs/src/dagger/jobs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function check(
2424
src: Directory | string,
2525
path = ".",
2626
tag = "latest"
27-
) {
27+
): Promise<Directory | string> {
2828
const context = await getDirectory(src);
2929
const ctr = dag
3030
.pipeline(Job.check)

0 commit comments

Comments
 (0)