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 5248f4a + fed9f75 commit 8f6277eCopy full SHA for 8f6277e
src/utils/filesystem.ts
@@ -1,7 +1,7 @@
1
import * as fs from "node:fs";
2
import { exec as nodeExec } from "node:child_process";
3
import { promisify } from "node:util";
4
-import { type Config } from "../types/config";
+import type { Config } from "../types/config";
5
6
export const cwd = (): string => {
7
const path = process.env.GITHUB_WORKSPACE;
0 commit comments