Skip to content

Commit

Permalink
eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 6, 2024
1 parent ccb0d80 commit f3b2d3a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const github_1 = __nccwpck_require__(5438);
const report_1 = __nccwpck_require__(8269);
const token = process.env.GITHUB_TOKEN || core.getInput("token");
const report = core.getInput("report");
const header = core.getInput("header");
const memory_report = core.getInput("memory_report");
const baseBranch = core.getInput("base");
const headBranch = core.getInput("head");
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { memoryReports, computeMemoryDiff } from "./report";

const token = process.env.GITHUB_TOKEN || core.getInput("token");
const report = core.getInput("report");
const header = core.getInput("header");
const memory_report = core.getInput("memory_report");

const baseBranch = core.getInput("base");
Expand Down
2 changes: 0 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import * as core from "@actions/core";

export interface MemoryReport {
artifact_name: string;
peak_memory: string;
Expand Down

0 comments on commit f3b2d3a

Please sign in to comment.