config: enhance tsconfig.json (#44)
* config: enhance tsconfig.json (Set sourceMap and removeComments to true) * gha: Add pull_request trigger, close #43 * config: Add waring emoji
This commit is contained in:
parent
71663ea875
commit
a6d33f08ac
13 changed files with 14 additions and 9 deletions
|
|
@ -23,11 +23,9 @@ const core = __importStar(require("@actions/core"));
|
|||
const exec = __importStar(require("@actions/exec"));
|
||||
const get_latest_version_1 = __importDefault(require("./get-latest-version"));
|
||||
const installer_1 = __importDefault(require("./installer"));
|
||||
// most @actions toolkit packages have async methods
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const dump = () => __awaiter(this, void 0, void 0, function* () {
|
||||
// Show version
|
||||
yield exec.exec('hugo version');
|
||||
});
|
||||
try {
|
||||
|
|
@ -55,3 +53,4 @@ function run() {
|
|||
});
|
||||
}
|
||||
run();
|
||||
//# sourceMappingURL=index.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue