We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c595599 + 11873c3 commit 5248f4aCopy full SHA for 5248f4a
src/utils/filesystem.ts
@@ -1,9 +1,7 @@
1
import * as fs from "node:fs";
2
-import * as yaml from "js-yaml";
3
-import { deepmerge } from "deepmerge-ts";
4
import { exec as nodeExec } from "node:child_process";
5
import { promisify } from "node:util";
6
-import { type Config, defaultConfig } from "../types/config";
+import { type Config } from "../types/config";
7
8
export const cwd = (): string => {
9
const path = process.env.GITHUB_WORKSPACE;
0 commit comments