From fa37dc2afe32d003042b552c01cfdccb3cbb75e0 Mon Sep 17 00:00:00 2001 From: Ryan Christian Date: Thu, 26 Sep 2024 19:14:38 -0500 Subject: [PATCH] ci: Try comparing src size --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7007650..d145951 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,4 +23,4 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" comment-key: "key-2" - pattern: index.js \ No newline at end of file + pattern: src/index.js \ No newline at end of file