Skip to content

Commit 8f6277e

Browse files
Merge pull request #22 from TheDragonCode/code-style-eh39ldk
The code style has been fixed
2 parents 5248f4a + fed9f75 commit 8f6277e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/filesystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from "node:fs";
22
import { exec as nodeExec } from "node:child_process";
33
import { promisify } from "node:util";
4-
import { type Config } from "../types/config";
4+
import type { Config } from "../types/config";
55

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

0 commit comments

Comments
 (0)