diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 944698e3..88ad734a 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -41,8 +41,6 @@ jobs: const results = JSON.parse(fs.readFileSync("./lhci_reports/manifest.json")); const totalReports = results.length; - let comments = ""; - // LightHouse 점수 지표 const averageScores = { performance: 0,