We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1acef commit 7d76a31Copy full SHA for 7d76a31
.github/workflows/validate-api.yml
@@ -98,7 +98,7 @@ jobs:
98
cd tools
99
npm ci --silent
100
npm run build --silent
101
- node dist/index.js config validate
+ node dist/index.js config validate --root ../
102
echo "✅ Tools configuration validated"
103
104
- name: Test API model generation (no unintended file changes)
@@ -118,7 +118,7 @@ jobs:
118
# Run API model validation
119
echo "🔨 Running API model validation..."
120
121
- node dist/index.js api-mgmt validate --spec-version=${{ steps.api-version.outputs.version }}
+ node dist/index.js api validate --spec-version=${{ steps.api-version.outputs.version }}
122
cd ..
123
124
# The API model validation handles all the validation logic
0 commit comments