Skip to content

Commit f7f0fa6

Browse files
committed
Clean up
1 parent 98df613 commit f7f0fa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function run() {
2222
try {
2323
await installCli(version);
2424
if (ghToken) {
25-
const [{ report, exitCode }, configContent, fileDiff] =
25+
const [{ report }, configContent, fileDiff] =
2626
await Promise.all([
2727
runChecksJson(
2828
themeRoot,

0 commit comments

Comments
 (0)