mirror of
https://github.com/actions/setup-python.git
synced 2024-11-14 23:51:09 +07:00
9 lines
321 B
JavaScript
9 lines
321 B
JavaScript
|
#!/usr/bin/env node
|
||
|
"use strict";
|
||
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||
|
};
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
const index_1 = __importDefault(require("./index"));
|
||
|
index_1.default(process.cwd());
|