schema-fix #7
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: Fix Specs | |
| on: | |
| push: | |
| branches: [ main ] | |
| jobs: | |
| fix-specs: | |
| runs-on: self-hosted | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@v6 | |
| - name: Setup Node.js | |
| uses: actions/setup-node@v4 | |
| with: | |
| node-version: 24 | |
| - name: Install CodeMie CLI | |
| run: npm install -g @codemieai/code | |
| - name: Run codemie-code basic command | |
| run: | | |
| codemie-code "Hey! How are you?" |