From 2699755c6e870b3c2b56c004e14d156f381efeb4 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:26:04 +1100 Subject: [PATCH] ci: add knip to ui check workflow --- .github/workflows/lint-frontend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-frontend.yml b/.github/workflows/lint-frontend.yml index a4e1bba428..96167bbeca 100644 --- a/.github/workflows/lint-frontend.yml +++ b/.github/workflows/lint-frontend.yml @@ -41,3 +41,5 @@ jobs: run: 'pnpm run lint:eslint' - name: Prettier run: 'pnpm run lint:prettier' + - name: Knip + run: 'pnpm run lint:knip'