feat(ci): lint swift code

This commit is contained in:
LemonNeko
2026-01-02 23:49:01 +08:00
parent 0540918719
commit f40b9bcd89
9 changed files with 203 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@
"lint": "moeru-lint .",
"lint:fix": "moeru-lint --fix .",
"lint:rust": "cargo fmt --check && cargo clippy --workspace",
"lint:swift": "pnpm -rF @proj-airi/stage-pocket run lint:swift",
"to-avif": "tsx docs/scripts/avif.ts",
"typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" -F=\"./docs\" --parallel typecheck",
"up": "taze -w -r -I && pnpm prune && pnpm dedupe",