Skip to content

Commit 11873c3

Browse files
Remove unused imports in filesystem.ts for cleaner and more efficient code.
1 parent a6975e3 commit 11873c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/utils/filesystem.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as fs from "node:fs";
2-
import * as yaml from "js-yaml";
3-
import { deepmerge } from "deepmerge-ts";
42
import { exec as nodeExec } from "node:child_process";
53
import { promisify } from "node:util";
6-
import { type Config, defaultConfig } from "../types/config";
4+
import { type Config } from "../types/config";
75

86
export const cwd = (): string => {
97
const path = process.env.GITHUB_WORKSPACE;

0 commit comments

Comments
 (0)