From 0a8b271d81eab2f142ce9ce1d10d0f1bdb3cda5c Mon Sep 17 00:00:00 2001 From: GP Date: Fri, 21 Apr 2023 10:18:21 +0530 Subject: [PATCH] chore(core): reformat changed files --- src/main.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index f64d197a..7ab7732c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,7 +15,9 @@ import type { ExecOptions } from '@actions/exec/lib/interfaces'; // REFER: https://docs.codeclimate.com/docs/configuring-test-coverage#locations-of-pre-built-binaries /** Canonical download URL for the official CodeClimate reporter. */ -export const DOWNLOAD_URL = `https://codeclimate.com/downloads/test-reporter/test-reporter-latest-${platform()}-${arch() === 'arm64' ? 'arm64' : 'amd64'}`; +export const DOWNLOAD_URL = `https://codeclimate.com/downloads/test-reporter/test-reporter-latest-${platform()}-${ + arch() === 'arm64' ? 'arm64' : 'amd64' +}`; /** Local file name of the CodeClimate reporter. */ export const EXECUTABLE = './cc-reporter'; export const CODECLIMATE_GPG_PUBLIC_KEY_ID =