From 14cb55b1ac9a2f1231772c8223ff8592a243fada Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Apr 2026 17:44:37 +0000 Subject: [PATCH 1/2] Initial plan From abf1f03344b522dec24849f2519c3a9702f05e38 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Apr 2026 17:46:52 +0000 Subject: [PATCH 2/2] fix: replace npm install with npm ci in linting workflow (alert #2) Agent-Logs-Url: https://github.com/github/github-app-js-sample/sessions/835c72cb-c5ec-4dd4-b6b6-6bf99cac988c Co-authored-by: tarebyte <564113+tarebyte@users.noreply.github.com> --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1d071db..8e2f0a8 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -17,5 +17,5 @@ jobs: with: node-version: 18 cache: 'npm' - - run: npm install standard + - run: npm ci - run: npm run lint