repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | name: Test |
| #2 | |
| #3 | on: |
| #4 | push: |
| #5 | branches: [main] |
| #6 | pull_request: |
| #7 | branches: [main] |
| #8 | |
| #9 | jobs: |
| #10 | test: |
| #11 | runs-on: ubuntu-latest |
| #12 | |
| #13 | steps: |
| #14 | - uses: actions/checkout@v4 |
| #15 | |
| #16 | - name: Setup Node.js |
| #17 | uses: actions/setup-node@v4 |
| #18 | with: |
| #19 | node-version: 22 |
| #20 | cache: npm |
| #21 | |
| #22 | - name: Install dependencies |
| #23 | run: npm ci |
| #24 | |
| #25 | - name: Type check |
| #26 | run: npm run typecheck |
| #27 | |
| #28 | - name: Run tests |
| #29 | run: npm test |
| #30 |