mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-20 01:30:26 +02:00
Initial pass
This commit is contained in:
commit
39c08a0eaa
7242 changed files with 1886006 additions and 0 deletions
13
node_modules/husky/lib/runner/bin.js
generated
vendored
Normal file
13
node_modules/husky/lib/runner/bin.js
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
"use strict";
|
||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const _1 = __importDefault(require("./"));
|
||||
// Run hook
|
||||
_1.default(process.argv)
|
||||
.then((status) => process.exit(status))
|
||||
.catch((err) => {
|
||||
console.log('Husky > unexpected error', err);
|
||||
process.exit(1);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue