Skip to content

Commit b7c0480

Browse files
committed
chore(ci): make skill-validation non-blocking temporarily
Until existing skills are updated to comply with SKILL-FORMAT.md, the validation job should not block PRs. Refs: #388
1 parent d49fe12 commit b7c0480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
skill-validation:
4646
name: Skill Structure Validation
4747
runs-on: ubuntu-latest
48+
continue-on-error: true # TODO: Remove once skills comply with SKILL-FORMAT.md
4849
steps:
4950
- uses: actions/checkout@v4
5051

0 commit comments

Comments
 (0)