mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
refactor(cli): remove deprecated verbose logging flags
This commit is contained in:
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@@ -30,16 +30,13 @@ jobs:
|
||||
run: pnpm install
|
||||
|
||||
- name: Build (TypeScript check)
|
||||
run: pnpm exec tsc --noEmit
|
||||
|
||||
- name: Build (bundle)
|
||||
run: pnpm run build
|
||||
|
||||
- name: Main.ts line gate (baseline)
|
||||
run: pnpm run check:main-lines:baseline
|
||||
|
||||
- name: Config tests
|
||||
run: pnpm run test:config
|
||||
|
||||
- name: Core tests
|
||||
run: pnpm run test:core
|
||||
- name: Test suite
|
||||
run: pnpm test
|
||||
|
||||
- name: Security audit
|
||||
run: pnpm audit --audit-level=high
|
||||
|
||||
Reference in New Issue
Block a user