Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Apr 23, 2024
1 parent c3c9a4f commit df69e95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { context, getOctokit } from "@actions/github";

import { formatMarkdownDiff, formatShellDiff } from "./format/program";
import { loadReports, computeProgramDiffs } from "./report";
import { CircuitReport, ProgramReport, WorkspaceReport } from "./types";

// import { isSortCriteriaValid, isSortOrdersValid } from "./types";

const token = process.env.GITHUB_TOKEN || core.getInput("token");
const report = core.getInput("report");
Expand Down

0 comments on commit df69e95

Please sign in to comment.