Skip to content

Commit

Permalink
[BREAKING] Remove printing audit-ci version (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner authored Feb 13, 2023
1 parent 9022c85 commit c6f6e51
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
14 changes: 0 additions & 14 deletions lib/audit-ci-version.ts

This file was deleted.

3 changes: 0 additions & 3 deletions lib/audit-ci.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import audit from "./audit";
import { printAuditCiVersion } from "./audit-ci-version";
import { green, red } from "./colors";
import { runYargs } from "./config";

Expand All @@ -12,8 +11,6 @@ export async function runAuditCi() {
const { "package-manager": packageManager, "output-format": outputFormat } =
auditCiConfig;

printAuditCiVersion(outputFormat);

try {
await audit(auditCiConfig);
if (outputFormat === "text") {
Expand Down
26 changes: 0 additions & 26 deletions test/audit-ci-version.spec.ts

This file was deleted.

0 comments on commit c6f6e51

Please sign in to comment.