ci: change frontend check to dpdm

This commit is contained in:
psychedelicious 2024-02-27 19:18:01 +11:00 committed by Brandon Rising
parent 9c589b4449
commit 44b285637a

View File

@ -36,7 +36,7 @@ jobs:
- name: Typescript
run: 'pnpm run lint:tsc'
- name: Madge
run: 'pnpm run lint:madge'
run: 'pnpm run lint:dpdm'
- name: ESLint
run: 'pnpm run lint:eslint'
- name: Prettier