File tree Expand file tree Collapse file tree 1 file changed +0
-58
lines changed
Expand file tree Collapse file tree 1 file changed +0
-58
lines changed Original file line number Diff line number Diff line change @@ -478,64 +478,6 @@ jobs:
478478 working-directory : ${{ matrix.dir }}
479479 run : npm test
480480
481- clawdstrike-policy :
482- name : Canonical Policy Engine (TS)
483- runs-on : ubuntu-latest
484- defaults :
485- run :
486- working-directory : packages/clawdstrike-policy
487- steps :
488- - uses : actions/checkout@v6
489-
490- - name : Setup Node.js
491- uses : actions/setup-node@v6
492- with :
493- node-version : ' 24'
494- cache : ' npm'
495- cache-dependency-path : packages/clawdstrike-policy/package-lock.json
496-
497- - name : Install dependencies
498- run : npm ci
499-
500- - name : Type check
501- run : npm run typecheck
502-
503- - name : Build
504- run : npm run build
505-
506- - name : Test
507- run : npm test
508-
509- policy-parity :
510- name : Policy Parity (Rust vs TS)
511- runs-on : ubuntu-latest
512- steps :
513- - uses : actions/checkout@v6
514-
515- - name : Install Rust toolchain
516- uses : dtolnay/rust-toolchain@stable
517-
518- - name : Setup Node.js
519- uses : actions/setup-node@v6
520- with :
521- node-version : ' 24'
522- cache : ' npm'
523- cache-dependency-path : packages/clawdstrike-policy/package-lock.json
524-
525- - name : Build hush
526- run : cargo build -p hush-cli --bin hush
527-
528- - name : Install clawdstrike-policy deps
529- working-directory : packages/clawdstrike-policy
530- run : npm ci
531-
532- - name : Build clawdstrike-policy
533- working-directory : packages/clawdstrike-policy
534- run : npm run build
535-
536- - name : Run parity script
537- run : node tools/scripts/policy-parity.mjs
538-
539481 python-sdk :
540482 name : Python SDK
541483 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments