From db517d55f1d158133843e92778b8e521dbec7d8e Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Wed, 2 Oct 2024 07:13:47 +0200 Subject: [PATCH] style: fix linting issues --- src/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index f5d3f72..e5cbf2a 100644 --- a/src/index.js +++ b/src/index.js @@ -61,7 +61,10 @@ const parseErrors = async (page) => { }; (async () => { - const browser = await puppeteer.launch({ headless: true, args: ['--no-sandbox'] }); + const browser = await puppeteer.launch({ + headless: true, + args: ['--no-sandbox'], + }); const page = await browser.newPage(); const definitionFilePath = path.join( process.env.GITHUB_WORKSPACE,