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.
1 parent 84a5fcb commit 3c4062bCopy full SHA for 3c4062b
src/index.ts
@@ -1,5 +1,5 @@
1
import fs from "fs/promises";
2
-import {inspect} from 'node:util'
+import { inspect } from "node:util";
3
import * as core from "@actions/core";
4
import * as configuration from "./configuration.ts";
5
import * as logger from "./logger.ts";
0 commit comments