Skip to content

Commit 5248f4a

Browse files
Merge pull request #21
Remove unused imports in `filesystem.ts` for cleaner and more efficient code.
2 parents c595599 + 11873c3 commit 5248f4a

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)