From 14ad597fbe8444a640d7472bd2f0a4be94cff10c Mon Sep 17 00:00:00 2001 From: whilefoo Date: Tue, 26 Nov 2024 18:11:24 +0100 Subject: [PATCH] fix: knip --- .github/knip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/knip.ts b/.github/knip.ts index 1950be9..782b32e 100644 --- a/.github/knip.ts +++ b/.github/knip.ts @@ -1,7 +1,7 @@ import type { KnipConfig } from "knip"; const config: KnipConfig = { - entry: ["build/index.ts"], + entry: ["src/action.ts"], project: ["src/**/*.ts"], ignore: ["src/types/config.ts", "**/__mocks__/**", "**/__fixtures__/**"], ignoreExportsUsedInFile: true,