feat(AGI-REG-RESILIENT-WP-038) v1.0.0 — Regulator-Resilient Enterprise AGI/ASI Governance Architecture for Fortune 500 / Global 2000 / G-SIFIs (2026-2030) #206
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Clojure CI | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| pull_request: | |
| branches: [ "main" ] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Install dependencies | |
| run: lein deps | |
| - name: Run tests | |
| run: lein test |