ci: add knip to ui check workflow

This commit is contained in:
psychedelicious 2024-02-27 18:26:04 +11:00 committed by Brandon Rising
parent 0c2b7b0e0f
commit 2699755c6e

View File

@ -41,3 +41,5 @@ jobs:
run: 'pnpm run lint:eslint'
- name: Prettier
run: 'pnpm run lint:prettier'
- name: Knip
run: 'pnpm run lint:knip'