Skip to content

Commit 6fccad9

Browse files
author
BSKY
committed
Organize imports
1 parent fb5a816 commit 6fccad9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/installer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as core from "@actions/core";
2+
import * as exec from "@actions/exec";
23
import * as tc from "@actions/tool-cache";
3-
import * as os from "os";
44
import * as fs from "fs";
5-
import * as exec from "@actions/exec";
5+
import * as os from "os";
66
import * as path from "path";
77
import * as util from "util";
88

src/setup-ocaml.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as core from "@actions/core";
22
import * as installer from "./installer";
3-
import * as path from "path";
43

54
async function run() {
65
try {

0 commit comments

Comments
 (0)