Add command modules and tests; commit remaining changes

This commit is contained in:
Peter Steinberger
2025-11-25 00:12:12 +01:00
parent 52e0c8de25
commit 938e237411
31 changed files with 11269 additions and 7 deletions

View File

@@ -23,7 +23,10 @@ jobs:
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
env:
PNPM_HOME: ~/.pnpm
PNPM_IGNORE_SCRIPTS: "false"
run: pnpm install --frozen-lockfile --ignore-scripts=false
- name: Lint
run: pnpm lint