Skip to content

Commit 45b4763

Browse files
committed
Update order of imports for [email protected] compliance
For some reason ESLint wants the imports in this order after the package is bumped. So be it.
1 parent 4b7d604 commit 45b4763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/main.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
// software without disclosing the source code of your own applications. To purchase
1111
// a commercial license, send an email to [email protected]
1212

13-
import io = require("@actions/io");
1413
import path = require("path");
1514
import os = require("os");
1615
import fs = require("fs");
16+
import io = require("@actions/io");
1717
import nock = require("nock");
1818

1919
const toolDir = path.join(__dirname, "runner", "tools");

0 commit comments

Comments
 (0)