Switching to import/order instead of sort-imports
This commit is contained in:
parent
228546a1e5
commit
122c9b7f24
84 changed files with 212 additions and 224 deletions
2
lib/init-action.js
generated
2
lib/init-action.js
generated
|
|
@ -7,8 +7,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|||
return result;
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const actionsUtil = __importStar(require("./actions-util"));
|
||||
const core = __importStar(require("@actions/core"));
|
||||
const actionsUtil = __importStar(require("./actions-util"));
|
||||
const init_1 = require("./init");
|
||||
const logging_1 = require("./logging");
|
||||
const repository_1 = require("./repository");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue