Skip to content

Commit bec4bd2

Browse files
committed
schema-fix
1 parent 254ee44 commit bec4bd2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/fix-specs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: self-hosted
1313

1414
steps:
15-
- name: Checkout repo
15+
- name: Checkout repository
1616
uses: actions/checkout@v6
1717

1818
- name: Setup Node.js
@@ -25,8 +25,10 @@ jobs:
2525

2626
- name: Run codemie-code basic command
2727
run: |
28-
codemie auth status
2928
echo ${{ inputs.summary }}
3029
codemie profile login
3130
codemie-code --model claude-4-1-opus --task "Install concurrently dev dependency in package.json"
3231
git status
32+
33+
- name: Check CodeMie auth status
34+
run: codemie profile status

specs/specification-validation/0-specification-validation-meta.spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: 0-specification-validation-meta
3-
version: 1.0.5
3+
version: 1.0.6
44
level: 0
55
status: regular
66
dependencies:

0 commit comments

Comments
 (0)