Skip to content

Commit

Permalink
chore: 🚧 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Dec 6, 2024
1 parent 52f6513 commit 05c195d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48984,6 +48984,19 @@ var require_utils7 = __commonJS({
}
});

// build/version.js
var require_version = __commonJS({
"build/version.js"(exports2) {
"use strict";
Object.defineProperty(exports2, "__esModule", { value: true });
exports2.version = void 0;
exports2.version = {
"revision": "3a4fcbe",
"year": "2024"
};
}
});

// build/action.js
var __awaiter = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
function adopt(value) {
Expand Down Expand Up @@ -49024,6 +49037,7 @@ var github_2 = require_github2();
var exec_1 = require_exec();
var codelimit_1 = require_codelimit();
var utils_1 = require_utils7();
var version_1 = require_version();
function generateMarkdownReport(clBinary) {
return __awaiter(this, void 0, void 0, function* () {
const totalsMarkdown = yield (0, exec_1.getExecOutput)(clBinary, ["report", "--totals", "--format", "markdown"]);
Expand Down Expand Up @@ -49095,6 +49109,8 @@ function checkChangedFiles(octokit, clBinary) {
}
function main() {
return __awaiter(this, void 0, void 0, function* () {
console.log(`Code Limit action, version: ${version_1.version.revision}`);
console.log(JSON.stringify(github_1.context));
let exitCode = 0;
const clBinary = yield (0, codelimit_1.downloadCodeLimitBinary)();
console.log("Scanning codebase...");
Expand Down

0 comments on commit 05c195d

Please sign in to comment.